Delete a key from cache
key - the key to delete
32 33 34
# File 'lib/models/app47_cache.rb', line 32 def delete(key) redis.del key end