Uses of Class
org.apache.ignite.internal.processors.rest.handlers.redis.GridRedisRestCommandHandler
-
-
Uses of GridRedisRestCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.key
Subclasses of GridRedisRestCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.key Modifier and Type Class Description classGridRedisDelCommandHandlerRedis DEL command handler.classGridRedisExistsCommandHandlerRedis EXISTS command handler.classGridRedisExpireCommandHandlerRedis EXPIRE/PEXPIRE command handler. -
Uses of GridRedisRestCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.server
Subclasses of GridRedisRestCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.server Modifier and Type Class Description classGridRedisDbSizeCommandHandlerRedis DBSIZE command handler.classGridRedisFlushCommandHandlerRedis FLUSHDB/FLUSHALL command handler. -
Uses of GridRedisRestCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.string
Subclasses of GridRedisRestCommandHandler in org.apache.ignite.internal.processors.rest.handlers.redis.string Modifier and Type Class Description classGridRedisAppendCommandHandlerRedis APPEND command handler.classGridRedisGetCommandHandlerRedis GET command handler.classGridRedisGetRangeCommandHandlerRedis SETRANGE command handler.classGridRedisGetSetCommandHandlerRedis GETSET command handler.classGridRedisIncrDecrCommandHandlerRedis INCR/DECR command handler.classGridRedisMGetCommandHandlerRedis MGET command handler.classGridRedisMSetCommandHandlerRedis MSET command handler.classGridRedisSetCommandHandlerRedis SET command handler.classGridRedisSetRangeCommandHandlerRedis SETRANGE command handler.classGridRedisStrlenCommandHandlerRedis STRLEN command handler.
-