Is there any way I can fetch n number of keys from redis?
I have a huge list of keys in redis , How can I fetch n keys at a time something like fetch 10k record at a time as CSV files.
Thanks in advance.
Is there any way I can fetch n number of keys from redis?
I have a huge list of keys in redis , How can I fetch n keys at a time something like fetch 10k record at a time as CSV files.
Thanks in advance.