Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

AbstractRedisConfiguration - Class in com.lordofthejars.nosqlunit.redis
 
AbstractRedisConfiguration() - Constructor for class com.lordofthejars.nosqlunit.redis.AbstractRedisConfiguration
 
addElementAt(K, V, int) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
addElementAt(K, V, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
addExpirationAt(byte[], long, TimeUnit) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
addExpirationAt(byte[], long, TimeUnit) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
addExpirationTime(byte[], long, TimeUnit) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
addExpirationTime(byte[], long, TimeUnit) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
addExtraCommandLineArgument(String, String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
addJedis(Jedis, String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisInstances
 
addSingleCommandLineArgument(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
addSlaveServer(ManagedRedisLifecycleManager) - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
after() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedis
 
after() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis
 
after() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationManagedRedis
 
append(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
append(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
append(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
append(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
append(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
If the key already exists and is a string, this command appends the provided value at the end of the string.
appendCommandLineArguments(String, String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
appendCommandLineArguments(String, String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
appendSingleCommandLineArguments(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
appendSingleCommandLineArguments(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
auth(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ConnectionServerOperations
Request for authentication in a password protected Redis server.
auth(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 

B

before() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedis
 
before() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis
 
before() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationManagedRedis
 
bgrewriteaof() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
bgrewriteaof() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
bgrewriteaof() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
bgsave() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
bgsave() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
bgsave() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
bitcount(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
bitcount(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
bitcount(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
bitcount(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
bitcount(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
bitcount(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
BitsUtils - Class in com.lordofthejars.nosqlunit.redis.embedded
 
BitsUtils() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
 
BlockingMap<K,V> - Interface in com.lordofthejars.nosqlunit.redis.embedded
 
blockingMultimap - Variable in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
blpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
blpop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
blpop(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
blpop(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
blpop(int, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
BLPOP (and BRPOP) is a blocking list pop primitive.
brpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
brpop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
brpop(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
brpop(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
brpop(int, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
BLPOP (and BRPOP) is a blocking list pop primitive.
brpoplpush(String, String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
brpoplpush(byte[], byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
brpoplpush(byte[], byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Pop a value from a list, push it to another list and return it; or block until one is available
build() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedis.EmbeddedRedisRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisConfigurationBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisConfigurationBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.RemoteRedisConfigurationBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder
 
build() - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder.ShardInfoBuilder
 
buildFromTargetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisConfigurationBuilder
 
ByteArray2ByteBufferConverter - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ByteArray2ByteBufferConverter() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ByteArray2ByteBufferConverter
 
ByteArrayIncrement - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ByteArrayToStringConverter - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ByteArrayToStringConverter() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ByteArrayToStringConverter
 
ByteBuffer2ByteArrayConverter - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ByteBuffer2ByteArrayConverter() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ByteBuffer2ByteArrayConverter
 
ByteBufferAsString2DoubleConverter - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ByteBufferAsString2DoubleConverter() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ByteBufferAsString2DoubleConverter
 

C

calculateEnd(int, int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
calculateNumberOfBytes(int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
 
calculateStart(long, int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
calculateStart(long, long) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
calculateStart(int, int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
clear(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
clear() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
clear() - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
clear(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
com.lordofthejars.nosqlunit.redis - package com.lordofthejars.nosqlunit.redis
 
com.lordofthejars.nosqlunit.redis.embedded - package com.lordofthejars.nosqlunit.redis.embedded
 
com.lordofthejars.nosqlunit.redis.parser - package com.lordofthejars.nosqlunit.redis.parser
 
com.lordofthejars.nosqlunit.redis.replication - package com.lordofthejars.nosqlunit.redis.replication
 
compare(RedisConnectionCallback, InputStream) - Method in class com.lordofthejars.nosqlunit.redis.DefaultRedisComparisonStrategy
 
compareTo(SortsetDatatypeOperations.ScoredByteBuffer) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
concat(byte[], byte[]) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
configGet(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
configGet(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
configGet(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
configGet(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Retrieve the configuration of a running Redis server.
configResetStat() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
configResetStat() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
configResetStat() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Reset the stats returned by INFO
configSet(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
configSet(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
configSet(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
configSet(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Alter the configuration of a running Redis server.
configurationPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
configurationPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
configure(AbstractRedisConfiguration) - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
connectionIdentifier(String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisConfigurationBuilder
 
connectionIdentifier(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisConfigurationBuilder
 
connectionIdentifier(String) - Method in class com.lordofthejars.nosqlunit.redis.RemoteRedisConfigurationBuilder
 
connectionIdentifier(String) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder
 
connectionManager() - Method in class com.lordofthejars.nosqlunit.redis.RedisOperation
 
connectionManager() - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisOperation
 
ConnectionServerOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ConnectionServerOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ConnectionServerOperations
 
connectionServerOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
containsKey(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
containsKey(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
convert(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ByteArray2ByteBufferConverter
 
convert(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ByteArrayToStringConverter
 
convert(ByteBuffer) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ByteBuffer2ByteArrayConverter
 
convert(ByteBuffer) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ByteBufferAsString2DoubleConverter
 
convert(Double) - Method in class com.lordofthejars.nosqlunit.redis.embedded.DoubleToStringByteArrayConverter
 
convert(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringToByteArrayConverter
 
countBits(byte) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
 
create() - Static method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
createByteArrayToStringConverter() - Static method in class com.lordofthejars.nosqlunit.redis.embedded.ByteArrayToStringConverter
 
createByteBufferAsStringToDoubleConverter() - Static method in class com.lordofthejars.nosqlunit.redis.embedded.ByteBufferAsString2DoubleConverter
 
createByteBufferConverter() - Static method in class com.lordofthejars.nosqlunit.redis.embedded.ByteBuffer2ByteArrayConverter
 
createDoubleToStringByteArrayConverter() - Static method in class com.lordofthejars.nosqlunit.redis.embedded.DoubleToStringByteArrayConverter
 
createEmbeddedJedis() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedRedisBuilder
 
createKeysServerOperations(RedisDatatypeOperations...) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
createScoredByteBuffer(ByteBuffer, double) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
createStringToByteArrayConverter() - Static method in class com.lordofthejars.nosqlunit.redis.embedded.StringToByteArrayConverter
 

D

DATA_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
databaseIs(InputStream) - Method in class com.lordofthejars.nosqlunit.redis.RedisOperation
 
databaseIs(InputStream) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisOperation
 
databaseOperation - Variable in class com.lordofthejars.nosqlunit.redis.AbstractRedisConfiguration
 
DataReader - Class in com.lordofthejars.nosqlunit.redis.parser
 
DataReader(BinaryJedisCommands) - Constructor for class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
dbSize() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
dbSize() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
dbSize() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Return the number of keys in the currently selected database.
decr(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
decr(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
decr(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
decr(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
decr(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
Decrement the number stored at key by one.
decrBy(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
decrBy(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
decrBy(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
decrBy(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
decrBy(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
IDECRBY work just like INCR but instead to decrement by 1 the decrement is integer.
DEFAULT_PORT - Static variable in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
DEFAULT_REDIS_TARGET_PATH - Static variable in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
defaultEmbeddedRedis() - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
defaultEmbeddedRedis(Object) - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
Deprecated.
defaultManagedRedis() - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
defaultManagedRedis(int) - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
defaultManagedRedis(Object) - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
Deprecated.
DefaultRedisComparisonStrategy - Class in com.lordofthejars.nosqlunit.redis
 
DefaultRedisComparisonStrategy() - Constructor for class com.lordofthejars.nosqlunit.redis.DefaultRedisComparisonStrategy
 
DefaultRedisInsertionStrategy - Class in com.lordofthejars.nosqlunit.redis
 
DefaultRedisInsertionStrategy() - Constructor for class com.lordofthejars.nosqlunit.redis.DefaultRedisInsertionStrategy
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
del(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
del(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
del(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
del(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Remove the specified keys.
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
del(byte[]...) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
del(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
deleteAll() - Method in class com.lordofthejars.nosqlunit.redis.RedisOperation
 
deleteAll() - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisOperation
 
describeTo(Description) - Method in class com.lordofthejars.nosqlunit.redis.embedded.MatchesGlobRegexpMatcher
 
discard() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
doStart() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
doStart() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
doStop() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
doStop() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
DoubleToStringByteArrayConverter - Class in com.lordofthejars.nosqlunit.redis.embedded
 
DoubleToStringByteArrayConverter() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.DoubleToStringByteArrayConverter
 

E

echo(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ConnectionServerOperations
 
echo(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
echo(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
echo(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
echo(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
elements(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
elements(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
EmbeddedJedis - Class in com.lordofthejars.nosqlunit.redis.embedded
 
EmbeddedJedis() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
EmbeddedPipeline - Class in com.lordofthejars.nosqlunit.redis.embedded
 
EmbeddedPipeline(EmbeddedJedis) - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
EmbeddedRedis - Class in com.lordofthejars.nosqlunit.redis
 
EmbeddedRedis.EmbeddedRedisRuleBuilder - Class in com.lordofthejars.nosqlunit.redis
 
EmbeddedRedisBuilder - Class in com.lordofthejars.nosqlunit.redis.embedded
 
EmbeddedRedisBuilder() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedRedisBuilder
 
EmbeddedRedisConfigurationBuilder - Class in com.lordofthejars.nosqlunit.redis
 
EmbeddedRedisInstances - Class in com.lordofthejars.nosqlunit.redis
 
embeddedRedisLifecycleManager - Variable in class com.lordofthejars.nosqlunit.redis.EmbeddedRedis
 
EmbeddedRedisLifecycleManager - Class in com.lordofthejars.nosqlunit.redis
 
EmbeddedRedisLifecycleManager() - Constructor for class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
equals(Object) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
Evaluates scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(byte[], byte[], byte[][]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
eval(String, int, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
eval(String, List<String>, List<String>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
eval(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
eval(byte[], List<byte[]>, List<byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
Evaluates scripts using the Lua interpreter built into Redis starting from version 2.6.0.
eval(byte[], byte[], byte[][]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
 
evalsha(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
evalsha(String, List<String>, List<String>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
evalsha(String, int, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
evalsha(byte[], byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
evalsha(byte[], byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ScriptingServerOperations
 
exec() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
exists(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
exists(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Test if the specified key exists.
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
exists(byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
exists(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
ExpirationDatatypeOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ExpirationDatatypeOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
ExpirationDatatypeOperations.TtlState - Enum in com.lordofthejars.nosqlunit.redis.embedded
 
expirationsInMillis - Variable in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
expire(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
expire(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
expire(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
expire(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
expire(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Set a timeout on the specified key.
EXPIRE_AT_SEC_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
EXPIRE_SEC_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
expireAt(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
expireAt(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
expireAt(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
expireAt(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
expireAt(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
EXPIREAT works exctly like EXPIRE but instead to get the number of seconds representing the Time To Live of the key as a second argument (that is a relative way of specifing the TTL), it takes an absolute one in the form of a UNIX timestamp (Number of seconds elapsed since 1 Gen 1970).
extendByteArrayBy(byte[], int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
 

F

FIELD_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
flushAll() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
flushAll() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
flushAll() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Delete all the keys of all the existing databases, not just the currently selected one.
flushAllKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
flushAllKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
flushAllKeys() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
flushAllKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
flushAllKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
flushAllKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
flushDB() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
flushDB() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
flushDB() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Delete all the keys of the currently selected DB.

G

get(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
get(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
get(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
get(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
get(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
get() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroupBuilder
 
getActiveJedis(byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.RedisConnectionCallback
 
getAllJedis() - Method in interface com.lordofthejars.nosqlunit.redis.RedisConnectionCallback
 
getAndWait(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
getAndWait(K, long) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
getAndWait(K, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
getAndWait(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
getBit(byte[], int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
 
getbit(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getbit(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getbit(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
getbit(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
Returns the bit value at offset in the string value stored at key
getByteBuffer() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
getDatabaseOperation() - Method in class com.lordofthejars.nosqlunit.redis.AbstractRedisConfiguration
 
getDatabaseOperation() - Method in class com.lordofthejars.nosqlunit.redis.RedisRule
 
getDB() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getDB() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
getDefaultJedis() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisInstances
 
getElement(K, int) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
getElement(K, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
getHost() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
getHost() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
getHost() - Method in class com.lordofthejars.nosqlunit.redis.RedisConfiguration
 
getInstance() - Static method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisInstances
 
getJedisByTargetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisInstances
 
getMaster() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
getNumberOfKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
getNumberOfKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
getNumberOfKeys() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
getNumberOfKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
getNumberOfKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
getNumberOfKeys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
getPassword() - Method in class com.lordofthejars.nosqlunit.redis.RedisConfiguration
 
getPort() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
getPort() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
getPort() - Method in class com.lordofthejars.nosqlunit.redis.RedisConfiguration
 
getrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getrange(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getrange(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
getrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
getRealScoreForMaxValue(String, Collection<SortsetDatatypeOperations.ScoredByteBuffer>) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
getRealScoreForMinValue(String, Collection<SortsetDatatypeOperations.ScoredByteBuffer>) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
getRedisPath() - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
getResponse(Builder<T>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
getScore() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
getSet(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getSet(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
getSet(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
getSet(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
getSet(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
getSlaveServers() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
getStartedServer(int) - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
getStoppedServer(int) - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
getTargetPath() - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
getWorkingExtension() - Method in class com.lordofthejars.nosqlunit.redis.RedisRule
 

H

HASH - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
HASH_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
hashCode() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
hashDatatypeOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
HashDatatypeOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 
HashDatatypeOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
hashElements - Variable in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
hdel(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hdel(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hdel(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hdel(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hdel(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Remove the specified field from an hash stored at key.
hexists(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hexists(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hexists(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hexists(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hexists(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Test for existence of a specified field in a hash.
hget(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hget(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hget(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hget(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hget(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
If key holds a hash, retrieve the value associated to the specified field.
hgetAll(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hgetAll(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hgetAll(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hgetAll(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hgetAll(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Return all the fields and associated values in a hash.
hincrBy(byte[], byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hincrBy(String, String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hincrBy(String, String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hincrBy(byte[], byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hincrBy(byte[], byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Increment the number stored at field in the hash at key by value.
hkeys(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hkeys(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hkeys(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hkeys(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hkeys(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Return all the fields in a hash.
hlen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hlen(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hlen(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hlen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hlen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Return the number of items in a hash.
hmget(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hmget(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hmget(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hmget(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hmget(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Retrieve the values associated to the specified fields.
hmset(byte[], Map<byte[], byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hmset(String, Map<String, String>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hmset(String, Map<String, String>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hmset(byte[], Map<byte[], byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hmset(byte[], Map<byte[], byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Set the respective fields to the respective values.
host(String) - Method in class com.lordofthejars.nosqlunit.redis.RemoteRedisConfigurationBuilder
 
host(String) - Static method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder
 
hscan(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hscan(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hset(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hset(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hset(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hset(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hset(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Set the specified hash field to the specified value.
hsetnx(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hsetnx(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hsetnx(String, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hsetnx(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hsetnx(byte[], byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Set the specified hash field to the specified value if the field not exists.
hvals(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hvals(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
hvals(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hvals(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
hvals(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
Return all the values in a hash.

I

incr(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
incr(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
incr(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
incr(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
incr(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
Increment the number stored at key by one.
incrBy(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
incrBy(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
incrBy(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
incrBy(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
incrBy(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
INCRBY work just like INCR but instead to increment by 1 the increment is integer.
incrementValue(long, byte[]) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.ByteArrayIncrement
 
indexOf(K, V) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
indexOf(K, V) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
info() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
info() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
info() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Provide information and statistics about the server.
INMEMORY_REDIS_TARGET_PATH - Static variable in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
insert(RedisConnectionCallback, InputStream) - Method in class com.lordofthejars.nosqlunit.redis.DefaultRedisInsertionStrategy
 
insert(InputStream) - Method in class com.lordofthejars.nosqlunit.redis.RedisOperation
 
insert(InputStream) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisOperation
 
insertionJedis() - Method in interface com.lordofthejars.nosqlunit.redis.RedisConnectionCallback
 
intersactionElements(List<byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
isConnected() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
isConnected() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 

J

JsonToJedisConverter - Class in com.lordofthejars.nosqlunit.redis.parser
 

K

KEY_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
keys(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
keys(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
keys(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
keys(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
keys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
keys(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Returns all the keys matching the glob-style pattern as space separated strings.
keys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
keys() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
keys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
keys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
keys() - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
keySet() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
keySet() - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
keysServerOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
KeysServerOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 

L

lastAndWait(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
lastAndWait(K, long) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
lastAndWait(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
lastAndWait(K, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
lastIndexOf(K, V) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
lastIndexOf(K, V) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
lastsave() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lastsave() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lastsave() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Return the UNIX time stamp of the last successfully saving of the dataset on disk.
limitListByOffsetCount(int, int, List<SortsetDatatypeOperations.ScoredByteBuffer>) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.RangeUtils
 
lindex(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lindex(String, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lindex(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lindex(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lindex(byte[], long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Return the specified element of the list stored at the specified key.
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
linsert(String, BinaryClient.LIST_POSITION, String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
linsert(byte[], BinaryClient.LIST_POSITION, byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
linsert(byte[], ListDatatypeOperations.ListPositionEnum, byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
LIST - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
LIST_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
listDatatypeOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
ListDatatypeOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 
ListDatatypeOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
ListDatatypeOperations.ListPositionEnum - Enum in com.lordofthejars.nosqlunit.redis.embedded
 
llen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
llen(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
llen(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
llen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
llen(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Return the length of the list stored at the specified key.
LOCALHOST - Static variable in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
lpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
lpush(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpush(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpush(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lpush(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lpush(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
lpushx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpushx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpushx(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpushx(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lpushx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lpushx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lpushx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
lrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lrange(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lrange(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lrange(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Return the specified elements of the list stored at the specified key.
lrem(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lrem(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lrem(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lrem(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lrem(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Remove the first count occurrences of the value element from the list.
lset(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lset(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
lset(String, long, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lset(byte[], long, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
lset(byte[], int, byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Set a new value as the element at index position of the List at key.
ltrim(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
ltrim(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
ltrim(String, long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
ltrim(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
ltrim(byte[], long, long) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Trim an existing list so that it will contain only the specified range of elements specified.

M

ManagedRedis - Class in com.lordofthejars.nosqlunit.redis
 
ManagedRedis.ManagedRedisRuleBuilder - Class in com.lordofthejars.nosqlunit.redis
 
ManagedRedisConfigurationBuilder - Class in com.lordofthejars.nosqlunit.redis
 
managedRedisLifecycleManager - Variable in class com.lordofthejars.nosqlunit.redis.ManagedRedis
 
ManagedRedisLifecycleManager - Class in com.lordofthejars.nosqlunit.redis
 
ManagedRedisLifecycleManager() - Constructor for class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
ManagedRedisLifecycleManagerBuilder - Class in com.lordofthejars.nosqlunit.redis
 
master(ManagedRedisLifecycleManager) - Static method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroupBuilder
 
matches(String) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.MatchesGlobRegexpMatcher
 
MatchesGlobRegexpMatcher - Class in com.lordofthejars.nosqlunit.redis.embedded
 
MatchesGlobRegexpMatcher(String) - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.MatchesGlobRegexpMatcher
 
matchesSafely(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.MatchesGlobRegexpMatcher
 
mget(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
mget(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
mget(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
monitor(JedisMonitor) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
monitor(JedisMonitor) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Dump all the received requests in real time.
move(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
move(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
move(String, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
move(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
move(byte[], int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
mset(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
mset(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
mset(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
msetnx(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
msetnx(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
msetnx(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
multi() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
multi(TransactionBlock) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
multi() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
multi() - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
 
multi(TransactionBlock) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
 

N

newEmbeddedRedisConfiguration() - Static method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisConfigurationBuilder
 
newEmbeddedRedisRule() - Static method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedis.EmbeddedRedisRuleBuilder
 
newManagedRedis() - Static method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
newManagedRedisConfiguration() - Static method in class com.lordofthejars.nosqlunit.redis.ManagedRedisConfigurationBuilder
 
newManagedRedisRule() - Static method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
newRedisRule() - Static method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
newRemoteRedisConfiguration() - Static method in class com.lordofthejars.nosqlunit.redis.RemoteRedisConfigurationBuilder
 
newShardedRedisConfiguration() - Static method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder
 
NO_EXPIRATION - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
NoArgsJedis - Class in com.lordofthejars.nosqlunit.redis.embedded
 
NoArgsJedis() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.NoArgsJedis
 
NONE - Static variable in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
numberOfStartedServers() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
numberOfStoppedServers() - Method in class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 

O

objectEncoding(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
objectEncoding(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
objectEncoding(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
objectIdletime(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
objectIdletime(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
objectIdletime(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
objectRefcount(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
objectRefcount(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
objectRefcount(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 

P

password(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisConfigurationBuilder
 
password(String) - Method in class com.lordofthejars.nosqlunit.redis.RemoteRedisConfigurationBuilder
 
password(String) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder.ShardInfoBuilder
 
persist(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
persist(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
persist(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
persist(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
persist(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Undo a expire at turning the expire key into a normal key.
ping() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ConnectionServerOperations
 
ping() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
ping() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
pipelined(PipelineBlock) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
pipelined() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
pipelined(PipelineBlock) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
Starts a pipeline, which is a very efficient way to send lots of command and read all the responses when you finish sending them.
pipelined() - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
 
pollFirst(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
pollFirst(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
pollLast(K) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
pollLast(K) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
PORT - Static variable in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisLifecycleManager
 
port(int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
port(int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisConfigurationBuilder
 
port(int) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
port(int) - Method in class com.lordofthejars.nosqlunit.redis.RemoteRedisConfigurationBuilder
 
port(int) - Static method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder
 
psubscribe(JedisPubSub, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
psubscribe(JedisPubSub, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
psubscribe(BinaryJedisPubSub, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
psubscribe(JedisPubSub, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.PubSubServerOperations
 
psubscribe(BinaryJedisPubSub, byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.PubSubServerOperations
 
publish(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
publish(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
publish(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
publish(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
publish(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.PubSubServerOperations
 
pubSubServerOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
PubSubServerOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 
PubSubServerOperations() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.PubSubServerOperations
 
put(K, V) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
put(K, V) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
putFirst(K, Collection<V>) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
putFirst(K, Collection<V>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
putLast(K, Collection<V>) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
putLast(K, Collection<V>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 

Q

quit() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ConnectionServerOperations
Ask the server to silently close the connection.
quit() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 

R

randomKey() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
randomKey() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Return a randomly selected key from the currently selected DB.
RangeUtils - Class in com.lordofthejars.nosqlunit.redis.embedded
 
read(InputStream) - Method in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
REDIS_BINARY_DIRECTORY - Static variable in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
REDIS_EXECUTABLE_X - Static variable in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager
 
RedisAssertion - Class in com.lordofthejars.nosqlunit.redis
 
RedisAssertion() - Constructor for class com.lordofthejars.nosqlunit.redis.RedisAssertion
 
RedisComparisonStrategy - Interface in com.lordofthejars.nosqlunit.redis
 
RedisConfiguration - Class in com.lordofthejars.nosqlunit.redis
 
RedisConfiguration() - Constructor for class com.lordofthejars.nosqlunit.redis.RedisConfiguration
 
RedisConfiguration(String, int, String) - Constructor for class com.lordofthejars.nosqlunit.redis.RedisConfiguration
 
RedisConnectionCallback - Interface in com.lordofthejars.nosqlunit.redis
 
RedisDatatypeOperations - Interface in com.lordofthejars.nosqlunit.redis.embedded
 
RedisInsertionStrategy - Interface in com.lordofthejars.nosqlunit.redis
 
RedisOperation - Class in com.lordofthejars.nosqlunit.redis
 
RedisOperation(Jedis) - Constructor for class com.lordofthejars.nosqlunit.redis.RedisOperation
 
redisPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
redisPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
RedisRule - Class in com.lordofthejars.nosqlunit.redis
 
RedisRule(AbstractRedisConfiguration) - Constructor for class com.lordofthejars.nosqlunit.redis.RedisRule
 
RedisRule(AbstractRedisConfiguration, Object) - Constructor for class com.lordofthejars.nosqlunit.redis.RedisRule
 
RedisRule.RedisRuleBuilder - Class in com.lordofthejars.nosqlunit.redis
 
regex - Variable in class com.lordofthejars.nosqlunit.redis.embedded.MatchesGlobRegexpMatcher
 
remainingTime(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
remainingTime(byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
RemoteRedisConfigurationBuilder - Class in com.lordofthejars.nosqlunit.redis
 
remove(K, int) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
remove(K, int) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
removeExpiration(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
removeExpiration(byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
removeJedis(String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedisInstances
 
rename(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rename(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rename(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rename(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rename(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Atomically renames the key oldkey to newkey.
rename(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
renameKey(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
renameKey(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
renameKey(byte[], byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
renameKey(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
renameKey(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
renameKey(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 
renamenx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
Rename oldkey into newkey but fails if the destination key newkey already exists.
renamenx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
renamenx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
renamenx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Rename oldkey into newkey but fails if the destination key newkey already exists.
renameTtlKey(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
replaceValues(K, Collection<V>) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.BlockingMap
 
replaceValues(K, Collection<V>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
ReplicationGroup - Class in com.lordofthejars.nosqlunit.redis.replication
 
ReplicationGroup(ManagedRedisLifecycleManager) - Constructor for class com.lordofthejars.nosqlunit.redis.replication.ReplicationGroup
 
ReplicationGroupBuilder - Class in com.lordofthejars.nosqlunit.redis.replication
 
ReplicationManagedRedis - Class in com.lordofthejars.nosqlunit.redis.replication
 
ReplicationManagedRedis(ReplicationGroup) - Constructor for class com.lordofthejars.nosqlunit.redis.replication.ReplicationManagedRedis
 
rpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpop(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpop(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Atomically return and remove the first (LPOP) or last (RPOP) element of the list.
rpoplpush(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpoplpush(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpush(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpush(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpush(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpush(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpush(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
Add the string value to the head (LPUSH) or tail (RPUSH) of the list stored at key.
rpushx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpushx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpushx(byte[], byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpushx(String, String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
rpushx(String, String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpushx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
rpushx(byte[], byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 

S

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
 

T

targetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.EmbeddedRedis.EmbeddedRedisRuleBuilder
 
targetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedis.ManagedRedisRuleBuilder
 
targetPath(String) - Method in class com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManagerBuilder
 
time() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
time() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
timedoutState(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations
 
timedoutState(byte[]) - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
timeout(int) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder.ShardInfoBuilder
 
toBoolean(int) - Static method in class com.lordofthejars.nosqlunit.redis.embedded.BitsUtils
 
toByteArray(Object) - Static method in class com.lordofthejars.nosqlunit.redis.parser.JsonToJedisConverter
 
toDouble(Object) - Static method in class com.lordofthejars.nosqlunit.redis.parser.JsonToJedisConverter
 
toString() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations.ScoredByteBuffer
 
transactionServerOperations - Variable in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
TransactionServerOperations - Class in com.lordofthejars.nosqlunit.redis.embedded
 
TransactionServerOperations(EmbeddedJedis) - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
 
TransferMap<K,V> - Class in com.lordofthejars.nosqlunit.redis.embedded
 
TransferMap() - Constructor for class com.lordofthejars.nosqlunit.redis.embedded.TransferMap
 
ttl(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
ttl(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
ttl(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
ttl(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
ttl(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
The TTL command returns the remaining time to live in seconds of a key that has an EXPIRE set.
type(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
type(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
type(String) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
type(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
type() - Method in class com.lordofthejars.nosqlunit.redis.embedded.HashDatatypeOperations
 
type(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
Return the type of the value stored at key in form of a string.
type() - Method in class com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations
 
type() - Method in interface com.lordofthejars.nosqlunit.redis.embedded.RedisDatatypeOperations
 
type() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SetDatatypeOperations
 
type() - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
type() - Method in class com.lordofthejars.nosqlunit.redis.embedded.StringDatatypeOperations
 

U

unionElements(List<byte[]>) - Method in class com.lordofthejars.nosqlunit.redis.embedded.SortsetDatatypeOperations
 
unitInstance(Object) - Method in class com.lordofthejars.nosqlunit.redis.RedisRule.RedisRuleBuilder
 
unwatch() - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
unwatch() - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
 
updateTtl() - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 
updateTtl(byte[]) - Method in class com.lordofthejars.nosqlunit.redis.embedded.KeysServerOperations
 

V

VALUE_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 
valueOf(String) - Static method in enum com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations.TtlState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations.ListPositionEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations.TtlState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lordofthejars.nosqlunit.redis.embedded.ListDatatypeOperations.ListPositionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_TOKEN - Static variable in class com.lordofthejars.nosqlunit.redis.parser.DataReader
 

W

watch(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
watch(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedJedis
 
watch(String...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
watch(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.EmbeddedPipeline
 
watch(byte[]...) - Method in class com.lordofthejars.nosqlunit.redis.embedded.TransactionServerOperations
 
weight(int) - Method in class com.lordofthejars.nosqlunit.redis.ShardedRedisConfigurationBuilder.ShardInfoBuilder
 

Z

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.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2016. All Rights Reserved.