- echo(byte[]) - Method in class com.netflix.dyno.jedis.DynoDualWriterPipeline
-
- echo(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- echo(byte[]) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- echo(String) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- echo(byte[]) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- ehdel(String, String...) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehdel(String, String...) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Delete the field in the expire hash with key
- ehexists(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehexists(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Check if a field exists in the expire hash with key
- ehexpire(String, int) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehexpire(String, int) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Set expiry on the expire hash
- ehexpireat(String, long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehexpireat(String, long) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Set expiry on the expire hash
- ehget(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehget(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Gets the value stored at field in expire hash with key
- ehgetall(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehgetall(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Get all fields and its values in the expire hash
- ehincrby(String, String, long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehincrby(String, String, long) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Increase current value stored in the field of the expire hash
- ehincrbyfloat(String, String, double) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehincrbyfloat(String, String, double) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Increase current value stored in the field by a double value
- ehkeys(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehkeys(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Get all fields in the expire hash
- ehlen(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehlen(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Number of fields stored in the expire hash
- ehmget(String, String...) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehmget(String, String...) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Get multiple fields from the expire hash
- ehmset(String, Map<String, Pair<String, Long>>) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehmset(String, Map<String, Pair<String, Long>>) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Set multiple fields in the expire hash
- ehpersist(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehpersist(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Remove existing timeout on the expire hash
- ehpexpireat(String, long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehpexpireat(String, long) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Set expiry on the expire hash
- ehpttl(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehpttl(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehpttl(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Returns the remaining time on the expire hash
- ehpttl(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Returns the remaining time on the expire hash field
- ehrename(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehrename(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Rename the expire hash key.
- ehrenamenx(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehrenamenx(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Rename the expire hash key if the new key doesn't already exist
- ehscan(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehscan(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Scan fields in the expire hash
- ehset(String, String, String, long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehset(String, String, String, long) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Sets field in the expire hash stored at key to value and ttl.
- ehsetnx(String, String, String, long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehsetnx(String, String, String, long) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Set a field in the expire hash only if it doesn't exist already
- ehttl(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehttl(String, String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehttl(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Returns the remaining time on the expire hash
- ehttl(String, String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Returns the remaining time on the expire hash field
- ehvals(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- ehvals(String) - Method in interface com.netflix.dyno.jedis.DynoJedisCommands
-
Get all values stored in the expire hash
- equals(Object) - Method in class com.netflix.dyno.jedis.DynoJedisModule
-
- eval(String, int, String...) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- eval(String, List<String>, List<String>) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- eval(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- evalsha(String, int, String...) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- evalsha(String, List<String>, List<String>) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- evalsha(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- execPing() - Method in class com.netflix.dyno.jedis.JedisConnectionFactory.JedisConnection
-
- execute(Operation<Jedis, R>) - Method in class com.netflix.dyno.jedis.JedisConnectionFactory.JedisConnection
-
- executeAsync(AsyncOperation<Jedis, R>) - Method in class com.netflix.dyno.jedis.JedisConnectionFactory.JedisConnection
-
- exists(String) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- exists(String...) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- exists(byte[]...) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- exists(byte[]) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- exists(String) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- exists(byte[]) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- expire(String, int) - Method in class com.netflix.dyno.jedis.DynoDualWriterClient
-
- expire(String, int) - Method in class com.netflix.dyno.jedis.DynoDualWriterPipeline
-
- expire(byte[], int) - Method in class com.netflix.dyno.jedis.DynoDualWriterPipeline
-
- expire(String, int) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- expire(byte[], int) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- expire(String, int) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- expire(byte[], int) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- expireAt(String, long) - Method in class com.netflix.dyno.jedis.DynoDualWriterClient
-
- expireAt(String, long) - Method in class com.netflix.dyno.jedis.DynoDualWriterPipeline
-
- expireAt(byte[], long) - Method in class com.netflix.dyno.jedis.DynoDualWriterPipeline
-
- expireAt(String, long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- expireAt(byte[], long) - Method in class com.netflix.dyno.jedis.DynoJedisClient
-
- expireAt(String, long) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-
- expireAt(byte[], long) - Method in class com.netflix.dyno.jedis.DynoJedisPipeline
-