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
It may not be enough performance in the production environment that has tons of keys.
269
-
Since [MIGRATE](https://redis.io/commands/migrate/) command does locking internally, we can use [DUMP](https://redis.io/commands/dump/) and [RESTORE](https://redis.io/commands/restore/) commands instead.
251
+
It needs more enhancement to be enough performance in the production environment that has tons of keys.
0 commit comments