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