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