class SplitIoClient::Cache::Adapters::RedisAdapter

def delete(key)

def delete(key)
  return nil if key == []
  @redis.del(key)
end