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