open fun hstrlen(key: String, field: String, handler: Handler<AsyncResult<Long>>): RedisClient
Get the length of the value of a hash field.
key - Key String
key
field - field
field
handler -
handler
Return