diff options
Diffstat (limited to 'src/commands/decrby.json')
-rw-r--r-- | src/commands/decrby.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands/decrby.json b/src/commands/decrby.json index 5f3fbcbd9..19f376b8e 100644 --- a/src/commands/decrby.json +++ b/src/commands/decrby.json @@ -17,7 +17,9 @@ "key_specs": [ { "flags": [ - "WRITE" + "RW", + "ACCESS", + "UPDATE" ], "begin_search": { "index": { |