mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 10:41:22 +00:00
memoryGetKeys helper function so that ACL can limit access to keys for MEMORY command
This commit is contained in:
@ -817,7 +817,7 @@ struct redisCommand redisCommandTable[] = {
|
||||
|
||||
{"memory",memoryCommand,-2,
|
||||
"random read-only",
|
||||
0,NULL,0,0,0,0,0,0},
|
||||
0,memoryGetKeys,0,0,0,0,0,0},
|
||||
|
||||
{"client",clientCommand,-2,
|
||||
"admin no-script random @connection",
|
||||
|
Reference in New Issue
Block a user