- sadd(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sadd(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sadd(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sadd(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sadd(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Add the specified member to the set value stored at key.
- save() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- save() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- save() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- scard(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scard(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scard(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- scard(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- scard(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return the set cardinality (number of elements).
- SCORE_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
-
- scriptExists(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptExists(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptExists(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptExists(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
-
- scriptFlush() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptFlush() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
-
- scriptingServerOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- ScriptingServerOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
-
- ScriptingServerOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
-
- scriptKill() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptKill() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
-
- scriptLoad(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptLoad(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- scriptLoad(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
-
- sdiff(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sdiff(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sdiff(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return the difference between the Set stored at key1 and all the Sets
key2, ..., keyN
- sdiffstore(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sdiffstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sdiffstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
This command works exactly like SDIFF but
instead of being returned the resulting set is stored in dstkey.
- select(int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ConnectionServerOperations
-
Select the DB with having the specified zero-based numeric index.
- select(int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- select(int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- set(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- set(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- set(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- set(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- SET - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
- set(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- SET_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
-
- setBit(byte[], int, int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
-
- setbit(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setbit(String, long, boolean) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setbit(byte[], long, boolean) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setbit(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setbit(String, long, boolean) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- setbit(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
Sets or clears the bit at offset in the string value stored at key
- setCommandLineExecutor(CommandLineExecutor) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setConfigurationFilepath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setDatabaseOperation(DatabaseOperation<? extends BinaryJedisCommands>) - Method in class com.lordofthejars.nosqlunit.redis.AbstractRedisConfiguration
-
- setDatatypeOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- SetDatatypeOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
-
- SetDatatypeOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
- setElements - Variable in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
- setex(byte[], int, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setex(String, int, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setex(String, int, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- setex(byte[], int, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- setex(byte[], int, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- setHost(String) - Method in class com.lordofthejars.nosqlunit.redis.RedisConfiguration
-
- setIgnoreProperties(String[]) - Method in class com.lordofthejars.nosqlunit.redis.DefaultRedisComparisonStrategy
-
- setMasterHost(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setMasterPort(int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setnx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setnx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setnx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- setnx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- setnx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- setOperatingSystemResolver(OperatingSystemResolver) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setPassword(String) - Method in class com.lordofthejars.nosqlunit.redis.RedisConfiguration
-
- setPort(int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setPort(int) - Method in class com.lordofthejars.nosqlunit.redis.RedisConfiguration
-
- setrange(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setrange(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- setrange(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- setrange(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- setRedisPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- setTargetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
-
- setTargetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- shard(String, int) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder
-
- shard(String, int) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder.ShardInfoBuilder
-
- ShardedRedisConfiguration - Class in com.lordofthejars.nosqlunit.redis
-
- ShardedRedisConfiguration() - Constructor for class com.lordofthejars.nosqlunit.redis.ShardedRedisConfiguration
-
- ShardedRedisConfigurationBuilder - Class in com.lordofthejars.nosqlunit.redis
-
- ShardedRedisConfigurationBuilder.ShardInfoBuilder - Class in com.lordofthejars.nosqlunit.redis
-
- ShardedRedisOperation - Class in com.lordofthejars.nosqlunit.redis
-
- ShardedRedisOperation(ShardedJedis) - Constructor for class com.lordofthejars.nosqlunit.redis.ShardedRedisOperation
-
- shutdown() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- shutdown() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- shutdown() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
Synchronously save the DB on disk, then shutdown the server.
- SIMPLE_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
-
- simpleTypes - Variable in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- sinter(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sinter(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sinter(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return the members of a set resulting from the intersection of all the
sets hold at the specified keys.
- sinterstore(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sinterstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sinterstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
This commnad works exactly like SINTER but
instead of being returned the resulting set is sotred as dstkey.
- sismember(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sismember(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sismember(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sismember(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sismember(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return 1 if member is a member of the set stored at key, otherwise 0 is
returned.
- size(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
-
- size() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
-
- size() - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
-
- size(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
-
- slave(ManagedRedisLifecycleManager) - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroupBuilder
-
- SLAVE_OF_ARGUMENT - Static variable in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
-
- slaveof(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slaveof(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
Change the replication settings.
- slaveOf(String, int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
-
- slaveOf(String, int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
-
- slaveofNoOne() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slaveofNoOne() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- slowlogGet() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slowlogGet(long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slowlogGet() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- slowlogGet(long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- slowlogGetBinary() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slowlogGetBinary(long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slowlogGetBinary() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- slowlogGetBinary(long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- slowlogLen() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slowlogLen() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- slowlogReset() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- slowlogReset() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- smembers(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- smembers(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- smembers(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- smembers(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- smembers(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return all the members (elements) of the set value stored at key.
- smove(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- smove(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- smove(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Move the specified member from the set at srckey to the set at dstkey.
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sort(byte[], SortingParams) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sort(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sort(String, SortingParams) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sort(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(String, SortingParams) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(byte[], SortingParams) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(String, SortingParams, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(byte[], SortingParams, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
-
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
Sort a Set or a List.
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
-
- sort(byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
-
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- sort(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- sortset - Variable in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- SORTSET_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
-
- sortsetDatatypeOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- SortsetDatatypeOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
-
- SortsetDatatypeOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- SortsetDatatypeOperations.ScoredByteBuffer - Class in com.lordofthejars.nosqlunit.redis.embedded
-
- spop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- spop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- spop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- spop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- spop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Remove a random element from a Set returning it as return value.
- srandmember(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- srandmember(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- srandmember(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- srandmember(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- srandmember(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return a random element from a Set, without removing the element.
- srem(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- srem(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- srem(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- srem(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- srem(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Remove the specified member from the set value stored at key.
- sscan(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sscan(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- startupServer(int) - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationManagedRedis
-
- stopServer(int) - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationManagedRedis
-
- strictAssertEquals(RedisConnectionCallback, InputStream) - Static method in class com.lordofthejars.nosqlunit.redis.RedisAssertion
-
- STRING - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- stringDatatypeOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- StringDatatypeOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
-
- StringDatatypeOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- StringToByteArrayConverter - Class in com.lordofthejars.nosqlunit.redis.embedded
-
- StringToByteArrayConverter() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.StringToByteArrayConverter
-
- strlen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- strlen(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- strlen(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- strlen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- strlen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
- subscribe(JedisPubSub, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- subscribe(JedisPubSub, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- subscribe(JedisPubSub, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.PubSubServerOperations
-
- substr(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- substr(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- substr(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- substr(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- substr(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
-
Return a subset of the string from offset start to offset end (both
offsets are inclusive).
- sunion(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sunion(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sunion(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
Return the members of a set resulting from the union of all the sets hold
at the specified keys.
- sunionstore(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sunionstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sunionstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
-
This command works exactly like SUNION but
instead of being returned the resulting set is stored as dstkey.
- sync() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- sync() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- sync() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
-
- syncAndReturnAll() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zadd(byte[], double, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zadd(byte[], Map<byte[], Double>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zadd(String, double, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zadd(String, Map<String, Double>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zadd(String, double, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zadd(byte[], double, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zadd(byte[], double, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zadd(byte[], Map<byte[], Double>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Add the specified member having the specifeid score to the sorted set
stored at key.
- zcard(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zcard(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zcard(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zcard(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zcard(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the sorted set cardinality (number of elements).
- zcount(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zcount(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zcount(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zcount(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zcount(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zcount(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zcount(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zcount(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zincrby(byte[], double, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zincrby(String, double, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zincrby(String, double, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zincrby(byte[], double, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zincrby(byte[], double, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
If member already exists in the sorted set adds the increment to its
score and updates the position of the element in the sorted set
accordingly.
- zinterstore(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zinterstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zinterstore(String, ZParams, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zinterstore(byte[], ZParams, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zinterstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Creates a union or intersection of N sorted sets given by keys k1 through
kN, and stores it at dstkey.
- zinterstore(byte[], ZParams, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Creates a union or intersection of N sorted sets given by keys k1 through
kN, and stores it at dstkey.
- zrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrange(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrange(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrange(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(String, String, String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScore(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the 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).
- zrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrangeByScore(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the 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).
- zrangeByScore(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(String, String, String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeByScoreWithScores(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScoreWithScores(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeByScoreWithScores(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the 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).
- zrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrangeByScoreWithScores(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the 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).
- zrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrangeWithScores(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeWithScores(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrangeWithScores(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeWithScores(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrangeWithScores(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrank(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrank(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrank(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrank(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrank(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the rank (or index) or member in the sorted set at key, with
scores being ordered from low to high.
- zrem(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrem(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrem(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrem(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrem(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Remove the specified member from the sorted set value stored at key.
- zremrangeByRank(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zremrangeByRank(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zremrangeByRank(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zremrangeByRank(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zremrangeByRank(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Remove all elements in the sorted set at key with rank between start and
end.
- zremrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zremrangeByScore(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zremrangeByScore(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zremrangeByScore(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zremrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zremrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zremrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Remove 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).
- zremrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrange(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrange(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrange(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(String, String, String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScore(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScore(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScore(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScore(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScore(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(String, String, String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeByScoreWithScores(String, double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScoreWithScores(String, double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeByScoreWithScores(byte[], double, double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScoreWithScores(byte[], double, double, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeByScoreWithScores(byte[], byte[], byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrangeWithScores(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeWithScores(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrangeWithScores(String, int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeWithScores(byte[], int, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrangeWithScores(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zrevrank(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrank(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zrevrank(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrank(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zrevrank(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the rank (or index) or member in the sorted set at key, with
scores being ordered from high to low.
- zscan(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zscan(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zscore(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zscore(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
-
- zscore(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zscore(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zscore(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Return the score of the specified element of the sorted set at key.
- ZSET - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
- zunionstore(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zunionstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zunionstore(String, ZParams, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zunionstore(byte[], ZParams, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
-
- zunionstore(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Creates a union or intersection of N sorted sets given by keys k1 through
kN, and stores it at dstkey.
- zunionstore(byte[], ZParams, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
-
Creates a union or intersection of N sorted sets given by keys k1 through
kN, and stores it at dstkey.