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-cli -h -p keys *
where * is the pattern to list all keys