class Redis

def lrem(key, count, value)

def lrem(key, count, value)
  @client.call(:lrem, key, count, value)
end