Skip to content

Commit d93a3fb

Browse files
committed
add Redis hash commands to the whitelist that gets namespace prefixes
1 parent 23c609d commit d93a3fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Resque/Redis.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ class Resque_Redis
4545
'setex',
4646
'get',
4747
'getset',
48+
'hset',
49+
'hmset',
50+
'hget',
4851
'setnx',
4952
'incr',
5053
'incrby',

0 commit comments

Comments
 (0)