phpredis-phpdoc icon indicating copy to clipboard operation
phpredis-phpdoc copied to clipboard

why rawCommand return false

Open xinghailong opened this issue 10 months ago • 0 comments

$redis = new Redis(); $redis->connect(); $redis->select(1); $key = '1234'; $id = $redis->rawCommand('cluster keyslot', $key); $memory = $redis->rawCommand('MEMORY USAGE', $key);

Server

redis_version:5.0.14

xinghailong avatar Dec 19 '24 08:12 xinghailong