RedisService constructor

RedisService(
  1. RespCommandsTier2 respCommands, {
  2. String? prefix,
})

Implementation

RedisService(this.respCommands, {this.prefix});