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