9951 explained code solutions for 126 technologies


php-redisHow to get all keys from Redis


$redis->keys('*');ctrl + c
$redis

Redis object after connection

keys

returns keys that match selected pattern

'*'

will match all keys