I’m using Redis with Ruby on Rails.
I want to delete an entire set of keys from redis in a single operation if I can. I’m using the redis.rb gem. The keys are from entries generated from my test environment and all contain the string ‘:test:’ in them.
Thanks –
AFAIK client.del “some_key” will try to erase somekey*