summaryrefslogtreecommitdiff
path: root/src/commands/restore-asking.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/restore-asking.json')
-rw-r--r--src/commands/restore-asking.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/restore-asking.json b/src/commands/restore-asking.json
index b260478f2..2694a873c 100644
--- a/src/commands/restore-asking.json
+++ b/src/commands/restore-asking.json
@@ -1,6 +1,6 @@
{
"RESTORE-ASKING": {
- "summary": "An internal command for migrating keys in a cluster",
+ "summary": "An internal command for migrating keys in a cluster.",
"complexity": "O(1) to create the new key and additional O(N*M) to reconstruct the serialized value, where N is the number of Redis objects composing the value and M their average size. For small string values the time complexity is thus O(1)+O(1*M) where M is small, so simply O(1). However for sorted set values the complexity is O(N*M*log(N)) because inserting values into sorted sets is O(log(N)).",
"group": "server",
"since": "3.0.0",