public RedisRepository(RedisContext context) { _context = context; db = _context.GetDB(0);; }
public AccountRepository(RedisContext context) : base(context) { _context = context; db = _context.GetDB(0);; }