Delete a key.
679 680 681 682 683
# File 'lib/redis.rb', line 679 def del(*keys) synchronize do @client.call [:del, *keys] end end