Redis – Delete all but one key
we are currently using this command from shell to purge our Redis DB: redis-cli -h zapi.data.com flushdb However, now I am being told that I have to delete all keys, except for the key that is "zrtt_industry". How can I…