You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think many i64 that are used come from the fact that Redis doesn't have unsigned integers.
Straight from the gRPC interface, we cast to signed… We should keep things as appropriate and keep things unsigned, and merely cast in the Redis layer.
The text was updated successfully, but these errors were encountered:
I think many
i64
that are used come from the fact that Redis doesn't have unsigned integers.Straight from the gRPC interface, we cast to signed… We should keep things as appropriate and keep things unsigned, and merely cast in the Redis layer.
The text was updated successfully, but these errors were encountered: