open fun rxHmget(key: String, fields: MutableList<String>): Single<String>
Get the values of all the given hash fields
key - Key string
key
fields - Field names
fields
Return