hget

abstract suspend fun hget(key: String, field: String): String?

Get a single field value. Returns null if the key or field does not exist.