mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
SAVE and BGSAVE are distrubte commands
SAVE and BGSAVE need to be passed through multihost_distribute Refs #472
This commit is contained in:
@@ -26,6 +26,8 @@ PHP_METHOD(RedisArray, del);
|
||||
PHP_METHOD(RedisArray, keys);
|
||||
PHP_METHOD(RedisArray, getOption);
|
||||
PHP_METHOD(RedisArray, setOption);
|
||||
PHP_METHOD(RedisArray, save);
|
||||
PHP_METHOD(RedisArray, bgsave);
|
||||
|
||||
PHP_METHOD(RedisArray, multi);
|
||||
PHP_METHOD(RedisArray, exec);
|
||||
|
||||
Reference in New Issue
Block a user