Uses of Interface
com.github.fppt.jedismock.operations.RedisOperation
Packages that use RedisOperation
Package
Description
-
Uses of RedisOperation in com.github.fppt.jedismock.operations
Classes in com.github.fppt.jedismock.operations that implement RedisOperationMethods in com.github.fppt.jedismock.operations that return RedisOperationModifier and TypeMethodDescriptionstatic RedisOperationCommandFactory.buildOperation(String name, boolean transactional, OperationExecutorState state, List<Slice> params) -
Uses of RedisOperation in com.github.fppt.jedismock.operations.cluster
Classes in com.github.fppt.jedismock.operations.cluster that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.connection
Classes in com.github.fppt.jedismock.operations.connection that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.hashes
Classes in com.github.fppt.jedismock.operations.hashes that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.hashes.expiration
Classes in com.github.fppt.jedismock.operations.hashes.expiration that implement RedisOperationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of RedisOperation in com.github.fppt.jedismock.operations.keys
Classes in com.github.fppt.jedismock.operations.keys that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.lists
Classes in com.github.fppt.jedismock.operations.lists that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.pubsub
Classes in com.github.fppt.jedismock.operations.pubsub that implement RedisOperationModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of RedisOperation in com.github.fppt.jedismock.operations.scripting
Classes in com.github.fppt.jedismock.operations.scripting that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.server
Classes in com.github.fppt.jedismock.operations.server that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.sets
Classes in com.github.fppt.jedismock.operations.sets that implement RedisOperationModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of RedisOperation in com.github.fppt.jedismock.operations.sortedsets
Classes in com.github.fppt.jedismock.operations.sortedsets that implement RedisOperationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of RedisOperation in com.github.fppt.jedismock.operations.streams
Classes in com.github.fppt.jedismock.operations.streams that implement RedisOperationModifier and TypeClassDescriptionclassclassXADD key [NOMKSTREAM] [(MAXLEN | MINID) [= | ~] threshold [LIMIT count]] (* | id) field value [field value ...]
Supported options: all, except '~'
About trim options seeXTrimclassXDEL key id [id ...]classXLEN keyclassXRANGE key start end [COUNT count]
Supported options: COUNTclassXREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...]
All options are supportedclassclassXTRIM key (MAXLEN | MINID) [= | ~] threshold [LIMIT count]
Supported options: MINID, MAXLEN, LIMIT, =
Unsupported options: "~" - due to the fact that our implementation works as = option -
Uses of RedisOperation in com.github.fppt.jedismock.operations.strings
Classes in com.github.fppt.jedismock.operations.strings that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.operations.transactions
Classes in com.github.fppt.jedismock.operations.transactions that implement RedisOperation -
Uses of RedisOperation in com.github.fppt.jedismock.storage
Methods in com.github.fppt.jedismock.storage that return types with arguments of type RedisOperation