Skip to content

Conversation

@xiewenwei
Copy link

…ted redis.

It is necessary of multi get and set commands for distributed redis.
It will be slow when calling many commands one by one. Executing many get commands in a batch will be fast.
Commands will be splitted to different groups based on nodes for distributed redis and then execute multiple style command by node. Response will be composed finally.

…ted redis.

It is necessary of multi get and set commands for distributed redis.
It will be slow when calling many commands one by one. Executing many get commands in a batch will be fast.
Commands will be splitted to different groups based on nodes for distributed redis and then execute multiple style command by node. Response will be composed finally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant