Redis command to get all available keys?
17:16 09 Mar 2011

Is there a Redis command for fetching all keys in the database? I have seen some python-redis libraries fetching them. But was wondering if it is possible from redis-client.

redis redis-cli redis-commands