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