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