Example #1
0
 public RedisCommandWithBytes(IComandExecutor executor, IRedisCommandBuilder builder)
     : base(executor, builder)
 {
 }
Example #2
0
 protected RedisCommandWithResult(IComandExecutor executor, IRedisCommandBuilder builder)
     : base(executor, builder)
 {
 }
Example #3
0
 public RedisQuitCommand(IComandExecutor executor, IRedisCommandBuilder builder)
     : base(executor, builder)
 {
 }
Example #4
0
 public RedisCommand(IComandExecutor executor, IRedisCommandBuilder builder)
 {
     _executor = executor;
     _builder  = builder;
 }
Example #5
0
 public CommandFactory(IComandExecutor executor)
 {
     _executor = executor;
 }
Example #6
0
 public CommandFactory(IComandExecutor executor)
 {
     _executor = executor;
 }