menu
resp_client package
documentation
resp_commands.dart
RespCommandsTier1
hvals method
hvals method
dark_mode
light_mode
hvals
method
Future
<
RespType
>
hvals
(
String
key
)
Implementation
Future<RespType> hvals(String key) async { return tier0.execute([ 'HVALS', key, ]); }
resp_client package
documentation
resp_commands
RespCommandsTier1
hvals method
RespCommandsTier1 class