class Redis

def linsert(key, where, pivot, value)

def linsert(key, where, pivot, value)
  @client.call(:linsert, key, where, pivot, value)
end