Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why rawCommand return false #78

Open
xinghailong opened this issue Dec 19, 2024 · 0 comments
Open

why rawCommand return false #78

xinghailong opened this issue Dec 19, 2024 · 0 comments

Comments

@xinghailong
Copy link

$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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant