menu
dartian package
documentation
redis.dart
IRedisClient
sendCommand abstract method
sendCommand abstract method
dark_mode
light_mode
sendCommand
abstract method
Future
sendCommand
(
List
command
)
Execute a custom command
Implementation
Future<dynamic> sendCommand(List<dynamic> command);
dartian package
documentation
redis
IRedisClient
sendCommand abstract method
IRedisClient class