Uses of Annotation Interface
com.github.fppt.jedismock.operations.RedisCommand
Packages that use RedisCommand
Package
Description
-
Uses of RedisCommand in com.github.fppt.jedismock.operations
Methods in com.github.fppt.jedismock.operations that return RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.cluster
Classes in com.github.fppt.jedismock.operations.cluster with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.connection
Classes in com.github.fppt.jedismock.operations.connection with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.hashes
Classes in com.github.fppt.jedismock.operations.hashes with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.keys
Classes in com.github.fppt.jedismock.operations.keys with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.lists
Classes in com.github.fppt.jedismock.operations.lists with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.pubsub
Classes in com.github.fppt.jedismock.operations.pubsub with annotations of type RedisCommandModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of RedisCommand in com.github.fppt.jedismock.operations.scripting
Classes in com.github.fppt.jedismock.operations.scripting with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.server
Classes in com.github.fppt.jedismock.operations.server with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.sets
Classes in com.github.fppt.jedismock.operations.sets with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.sortedsets
Classes in com.github.fppt.jedismock.operations.sortedsets with annotations of type RedisCommandModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of RedisCommand in com.github.fppt.jedismock.operations.streams
Classes in com.github.fppt.jedismock.operations.streams with annotations of type RedisCommandModifier and TypeClassDescriptionclassXADD 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 RedisCommand in com.github.fppt.jedismock.operations.strings
Classes in com.github.fppt.jedismock.operations.strings with annotations of type RedisCommand -
Uses of RedisCommand in com.github.fppt.jedismock.operations.transactions
Classes in com.github.fppt.jedismock.operations.transactions with annotations of type RedisCommand