We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d66df commit 3aa0eeeCopy full SHA for 3aa0eee
README.md
@@ -146,6 +146,22 @@ Then you can use "redis-trib.rb reshard --yes --from e1a4ba9922555bfc961f987213e
146
yes
147
delete keys job is running...
148
delete keys job finished, deleted: 999999 keys, used: 4 s
149
+
150
+You can also use '-t' to set the total threads for delete keys job.
151
152
+Here we show a performance test:
153
154
+1. 45 redis nodes in cluster
155
156
+2. 24 threads to run the delete job(cpu has 24 threads)
157
158
+3. Nine hundred million keys in the redis cluster
159
160
+4. delete two hundred million keys
161
162
+del_keys job used 92 seconds(about two million keys per second)
163
164
+The del_keys job can be speed up with lock-free list in the future.
165
166
## License
167
0 commit comments