phpredis Questions
1
redis> SMEMBERS CO:1:A
1) "1"
2) "2"
redis> SMEMBERS CO:2:A
1) "1"
2) "5"
3) "6"
redis> SMEMBERS CO:3:A
1) "5"
redis> SMEMBERS CO:4:A
1) "1"
Now I want to find the keys ...
1
Solved
I'm trying to install the phpredis extension, but no luck.
After running the command ./configure --enable-redis-igbinary, I've received the following error:
checking for igbinary includes... co...
© 2022 - 2024 — McMap. All rights reserved.