30 31 32
# File 'lib/asynchronic/data_store/redis.rb', line 30 def delete(key) redis.call! 'DEL', scope[key] end