class Redis

def exists(key)

def exists(key)
  _bool @client.call(:exists, key)
end