open fun strlen(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Get the length of the value stored in a key
key - Key string
key
handler - Handler for the result of this call.
handler
Return