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