RedisAdapter constructor

RedisAdapter({
  1. required Command command,
})

Implementation

RedisAdapter({required this.command});