Uses of Interface
org.infinispan.server.resp.commands.Resp3Command
Packages that use Resp3Command
Package
Description
-
Uses of Resp3Command in org.infinispan.server.resp.commands
Classes in org.infinispan.server.resp.commands that implement Resp3CommandModifier and TypeClassDescriptionclassclassAn umbrella command.classINFO This implementation attempts to return all attributes that a real Redis server returns. -
Uses of Resp3Command in org.infinispan.server.resp.commands.cluster
Classes in org.infinispan.server.resp.commands.cluster that implement Resp3Command -
Uses of Resp3Command in org.infinispan.server.resp.commands.connection
Classes in org.infinispan.server.resp.commands.connection that implement Resp3Command -
Uses of Resp3Command in org.infinispan.server.resp.commands.generic
Classes in org.infinispan.server.resp.commands.generic that implement Resp3CommandModifier and TypeClassDescriptionclassEXISTS Resp CommandclassEXPIRE Resp CommandclassEXPIREAT Resp Command, Unix time expiration in secondsclassclassFLUSHALL Currently, it invokes FLUSHDB as Infinispan doesn't support multiple Redis databases yetclassclassReturns all keys matching pattern.classPERSIST Resp Command persistclass`PEXPIRE key milliseconds [NX | XX | GT | LT]` command.classPEXPIREAT Resp Command, likeEXPIREATUnix time expiration in millisecondsclassclassPTTL Resp Command pttlclass`RANDOMKEY` command.classRENAME Resp CommandclassRENAMENX Resp CommandclassclassReturns or stores the elements contained in the list, set or sorted set at key.classRead-only variant ofSORTclassTIME Resp Command timeclassAlters the last access time of a key(s).classTTL Resp Command ttlclassTYPE Resp Command type -
Uses of Resp3Command in org.infinispan.server.resp.commands.hash
Classes in org.infinispan.server.resp.commands.hash that implement Resp3CommandModifier and TypeClassDescriptionclass`HDEL key field [field ...]` command.class`HEXISTS key field` command.class`HGET key field` command.class`HGETALL key` command.class`HINCRBY key field increment` command.class`HINCRBYFLOAT key field increment` command.class`HKEYS key` command.class`HLEN key` command.class`HMGET key field [field ...]` command.classExecutes the `HMSET key field value [field value ...]` command.class`HRANDFIELD key [count [WITHVALUES]]` command.class`HSCAN key cursor [MATCH pattern] [COUNT count]` command.classExecutes the `HSET key field value [field value ...]` command.classclass`HSTRLEN key field` command.class`HVALS key` command. -
Uses of Resp3Command in org.infinispan.server.resp.commands.hll
Classes in org.infinispan.server.resp.commands.hll that implement Resp3Command -
Uses of Resp3Command in org.infinispan.server.resp.commands.iteration
Classes in org.infinispan.server.resp.commands.iteration that implement Resp3Command -
Uses of Resp3Command in org.infinispan.server.resp.commands.list
Classes in org.infinispan.server.resp.commands.list that implement Resp3CommandModifier and TypeClassDescriptionclassclassclassclassclassPops one or more elements from the first non-empty list key from the list of provided key names.classclassclassclassclasshttps://redis.io/commands/lrange/ Returns the specified elements of the list stored at key.classclassclassclassclasshttps://redis.io/commands/rpoplpush/ Is likeLMOVEwith RIGHT and LEFTclassclass -
Uses of Resp3Command in org.infinispan.server.resp.commands.list.blocking
Classes in org.infinispan.server.resp.commands.list.blocking that implement Resp3Command -
Uses of Resp3Command in org.infinispan.server.resp.commands.list.internal
Classes in org.infinispan.server.resp.commands.list.internal that implement Resp3Command -
Uses of Resp3Command in org.infinispan.server.resp.commands.pubsub
Classes in org.infinispan.server.resp.commands.pubsub that implement Resp3CommandModifier and TypeClassDescriptionclassclassFamily of `PUBSUB` commands.classclass -
Uses of Resp3Command in org.infinispan.server.resp.commands.set
Classes in org.infinispan.server.resp.commands.set that implement Resp3CommandModifier and TypeClassDescriptionclassSADD implementation, see:classinvalid input: '{@link /*missing*/}' https://redis.io/commands/scard/ Returns the set cardinality (number of elements) of the set stored at key.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sdiff/ Returns the members of the set resulting from the difference between the first set and all the successive sets.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sdiffstore/classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sinter/ Returns the members of the set resulting from the intersection of all the given sets.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sintercard/ Returns the cardinality of the resulting intersection set.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sinterstore/ This command is equal to SINTER, but instead of returning the resulting set, it is stored in destination.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sismember/ Returns 1 if element is member of the set stored at key, 0 otherwiseclassinvalid input: '{@link /*missing*/}' https://redis.io/commands/smembers/ Returns all the members of the set value stored at key.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/smismember/classSMOVE implementation, see: invalid input: '{@link /*missing*/}' https://redis.io/commands/smove/ Atomicity warning: Derogating to the above description, this implementation is not atomic: is it possible that, moving an existing element in source, at a given time a client can observe that element doesn't exists both in source and destination.classSPOP implementation, see:classSRANDMEMBER implementation, see:classSREM implementation, see:class`SSCAN key cursor [MATCH pattern] [COUNT count]` command.classSUNION implementation, see: invalid input: '{@link /*missing*/}' https://redis.io/commands/sunion/classSUNIONSTORE implementation, see: invalid input: '{@link /*missing*/}' https://redis.io/commands/sunionstore/ -
Uses of Resp3Command in org.infinispan.server.resp.commands.sortedset
Classes in org.infinispan.server.resp.commands.sortedset that implement Resp3CommandModifier and TypeClassDescriptionclassAdds all the specified members with the specified scores to the sorted set stored at key.classReturns the sorted set number of elements.classReturns the number of elements in the sorted set at key with a score between min and max.classThis command is similar toZDIFFSTORE, but instead of storing the resulting sorted set, it is returned to the client.classComputes the difference between the first and all successive input sorted sets and stores the result in destination.classIncrements the score of member in the sorted set stored at key by increment.classThis command is similar toZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the client.classThis command is similar toZINTER, but instead of returning the resulting sorted set, it returns just the cardinality of the result.classComputes the intersection of numkeys sorted sets given by the specified keys, and stores the result in destination.classWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command returns the number of elements in the sorted set at key with a value between min and max.classPops one or more elements, that are member-score pairs, from the first non-empty sorted set in the provided list of key names.classReturns the scores associated with the specified members in the sorted set stored at key.classZPOPMAX key [count] Removes and returns up to count members with the highest scores in the sorted set stored at key.classRemoves and returns up to count members with the lowest scores in the sorted set stored at key.classWhen called with just the key argument, return a random element from the sorted set value stored at key.classReturns the specified range of elements in the sorted set stored at. classValid start and stop must start with ( or [, in order to specify if the range item is respectively exclusive or inclusive.classReturns all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).classThis command is likeZRANGE, but stores the result in thedestination key. classReturns the rank of member in the sorted set stored at key, with the scores ordered from high to low.classRemoves the specified members from the sorted set stored at key.classWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command removes all elements in the sorted set stored at key between the lexicographical range specified by min and max.classRemoves all elements in the sorted set stored at key with rank between start and stop.classRemoves all elements in the sorted set stored at key with a score between min and max (inclusive).classReturns the specified range of elements in the sorted set stored at key.classWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command returns all the elements in the sorted set at key with a value between max and min.classReturns all the elements in the sorted set at key with a score between max and min (including elements with score equal to max or min).classReturns the rank of member in the sorted set stored at key, with the scores ordered from high to low.classclassReturns the score of member in the sorted set at key.classThis command is similar toZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the client.classComputes the union of numkeys sorted sets given by the specified keys, and stores the result in destination. -
Uses of Resp3Command in org.infinispan.server.resp.commands.sortedset.internal
Classes in org.infinispan.server.resp.commands.sortedset.internal that implement Resp3CommandModifier and TypeClassDescriptionclassCommon implementation for UNION and INTER commandsclassCommon implementation for ZDIFF commandsclassCommon implementation for ZPOP commandsclassCommon ZREMRANGE commands -
Uses of Resp3Command in org.infinispan.server.resp.commands.string
Classes in org.infinispan.server.resp.commands.string that implement Resp3CommandModifier and TypeClassDescriptionclassclassclassclassclassGET Resp Command Get the value of key.classGETDEL Resp Command Get the value of key and delete the key.classGETEX Resp CommandclassGETRANGE Resp Command Returns the substring of the string value stored at key, determined by the offsets start and end (both are inclusive).class`GETSET key value` command.classclassclassclass`LCS key1 key2 [LEN] [IDX] [MINMATCHLEN min-match-len] [WITHMATCHLEN]` command.classclassclassclass`PSETEX key milliseconds value` command.classclass`SETEX key seconds value` command.class`SETNX key value` command.classSETRANGE Resp CommandclassclassSTRLEN Resp Commandclass`SUBSTR key start end` command. -
Uses of Resp3Command in org.infinispan.server.resp.commands.tx
Classes in org.infinispan.server.resp.commands.tx that implement Resp3Command