open fun lpush(key: String, value: String, handler: Handler<AsyncResult<Long>>): RedisClient
Prepend one value to a list
key - Key string
key
value - Value to be added at the beginning of the list
value
handler - Handler for the result of this call.
handler
Return