I am using Redis with Ruby on Rails.
I want to remove the entire set of keys from redis in one operation, if I can. I am using the redis.rb
. The keys to the records created in my test environment, and all of them contain the string ": test:" in them.
Thanks -
source share