Slice |
CommandExecutor.append(List<Slice> params) |
static void |
Utils.checkArgumentsNumberEquals(List<Slice> args,
int expect) |
static void |
Utils.checkArgumentsNumberFactor(List<Slice> args,
int factor) |
static void |
Utils.checkArgumentsNumberGreater(List<Slice> args,
int expect) |
Slice |
CommandExecutor.decr(List<Slice> params) |
Slice |
CommandExecutor.decrby(List<Slice> params) |
Slice |
CommandExecutor.del(List<Slice> params) |
Slice |
CommandExecutor.exists(List<Slice> params) |
Slice |
CommandExecutor.expire(List<Slice> params) |
Slice |
CommandExecutor.expireat(List<Slice> params) |
Slice |
CommandExecutor.get(List<Slice> params) |
Slice |
CommandExecutor.getbit(List<Slice> params) |
Slice |
CommandExecutor.getset(List<Slice> params) |
Slice |
CommandExecutor.incr(List<Slice> params) |
Slice |
CommandExecutor.incrby(List<Slice> params) |
Slice |
CommandExecutor.lindex(List<Slice> params) |
Slice |
CommandExecutor.llen(List<Slice> params) |
Slice |
CommandExecutor.lpop(List<Slice> params) |
Slice |
CommandExecutor.lpush(List<Slice> params) |
Slice |
CommandExecutor.lpushx(List<Slice> params) |
Slice |
CommandExecutor.lrange(List<Slice> params) |
Slice |
CommandExecutor.mget(List<Slice> params) |
Slice |
CommandExecutor.mset(List<Slice> params) |
Slice |
CommandExecutor.pexpire(List<Slice> params) |
Slice |
CommandExecutor.pexpireat(List<Slice> params) |
Slice |
CommandExecutor.pfadd(List<Slice> params) |
Slice |
CommandExecutor.pfcount(List<Slice> params) |
Slice |
CommandExecutor.pfmerge(List<Slice> params) |
Slice |
CommandExecutor.psetex(List<Slice> params) |
Slice |
CommandExecutor.pttl(List<Slice> params) |
Slice |
CommandExecutor.rpush(List<Slice> params) |
Slice |
CommandExecutor.set(List<Slice> params) |
Slice |
CommandExecutor.setbit(List<Slice> params) |
Slice |
CommandExecutor.setex(List<Slice> params) |
Slice |
CommandExecutor.setnx(List<Slice> params) |
Slice |
CommandExecutor.strlen(List<Slice> params) |
Slice |
CommandExecutor.ttl(List<Slice> params) |