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