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