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