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