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