A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
H
- HASH - com.blackrook.redis.enums.DataType
-
Hash type.
- HASHTABLE - com.blackrook.redis.enums.EncodingType
- hasNext() - Method in class com.blackrook.redis.data.RedisCursor
-
Checks if there are more keys to iterate through.
- hdel(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hdel(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hdel(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
- hdel(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
- hexists(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hexists(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hexists(String, String) - Method in class com.blackrook.redis.RedisConnection
- hexists(String, String) - Method in class com.blackrook.redis.RedisPipeline
- hget(String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hget(String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hget(String, String) - Method in class com.blackrook.redis.RedisConnection
- hget(String, String) - Method in class com.blackrook.redis.RedisPipeline
- hgetall(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hgetall(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hgetall(String) - Method in class com.blackrook.redis.RedisConnection
- hgetall(String) - Method in class com.blackrook.redis.RedisPipeline
- hgetallMap(String) - Method in class com.blackrook.redis.RedisConnection
-
Just like
RedisConnection.hgetall(String)
, except the keys and values are returned in a map of key to value. - hgetallObject(String, Class<T>) - Method in class com.blackrook.redis.RedisConnection
-
Just like
RedisConnection.hgetall(String)
, except the keys and values are set on a new instance of a Java object via reflection. - hgetallObject(String, T) - Method in class com.blackrook.redis.RedisConnection
-
Just like
RedisConnection.hgetall(String)
, except the keys and values are set on an existing instance of a Java object via reflection. - hgetLong(String, String) - Method in class com.blackrook.redis.RedisConnection
-
Just like
RedisConnection.hget(String, String)
, but it casts the result to a long integer. - hincrby(String, String, long) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hincrby(String, String, long) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hincrby(String, String, long) - Method in class com.blackrook.redis.RedisConnection
- hincrby(String, String, long) - Method in class com.blackrook.redis.RedisPipeline
- hincrbyfloat(String, String, double) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hincrbyfloat(String, String, double) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hincrbyfloat(String, String, double) - Method in class com.blackrook.redis.RedisConnection
- hincrbyfloat(String, String, double) - Method in class com.blackrook.redis.RedisPipeline
- hkeys(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hkeys(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hkeys(String) - Method in class com.blackrook.redis.RedisConnection
- hkeys(String) - Method in class com.blackrook.redis.RedisPipeline
- hlen(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hlen(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hlen(String) - Method in class com.blackrook.redis.RedisConnection
- hlen(String) - Method in class com.blackrook.redis.RedisPipeline
- hmget(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hmget(String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hmget(String, String, String...) - Method in class com.blackrook.redis.RedisConnection
- hmget(String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
- hmset(String, KeyValue<String, Object>...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hmset(String, KeyValue<String, Object>...) - Method in class com.blackrook.redis.RedisConnection
-
Like
RedisConnection.hmset(String, String, String, String...)
, except abstracted asKeyValue
s of key-value pairs. - hmset(String, KeyValue<String, Object>...) - Method in class com.blackrook.redis.RedisPipeline
- hmset(String, Object, Object, Object...) - Method in class com.blackrook.redis.RedisConnection
- hmset(String, Object, Object, Object...) - Method in class com.blackrook.redis.RedisPipeline
- hmset(String, String, String, String...) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hmset(String, String, String, String...) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hmset(String, String, String, String...) - Method in class com.blackrook.redis.RedisConnection
- hmset(String, String, String, String...) - Method in class com.blackrook.redis.RedisPipeline
- hmsetMap(String, Map<String, Object>) - Method in class com.blackrook.redis.RedisConnection
-
Like
RedisConnection.hmset(String, String, String, String...)
, except abstracted as a map of key-value pairs. - hmsetObject(String, T) - Method in class com.blackrook.redis.RedisConnection
-
Like
RedisConnection.hmset(String, String, String, String...)
, except each field or getter sets the fields and values. - hscan(String, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
- hscan(String, long) - Method in class com.blackrook.redis.RedisConnection
- hscan(String, long, long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
- hscan(String, long, long) - Method in class com.blackrook.redis.RedisConnection
- hscan(String, long, String) - Method in interface com.blackrook.redis.commands.RedisScanCommands
- hscan(String, long, String) - Method in class com.blackrook.redis.RedisConnection
- hscan(String, long, String, Long) - Method in interface com.blackrook.redis.commands.RedisScanCommands
- hscan(String, long, String, Long) - Method in class com.blackrook.redis.RedisConnection
- hset(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hset(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hset(String, String, Number) - Method in class com.blackrook.redis.RedisConnection
- hset(String, String, Number) - Method in class com.blackrook.redis.RedisPipeline
- hset(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hset(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hset(String, String, String) - Method in class com.blackrook.redis.RedisConnection
- hset(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
- hsetnx(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hsetnx(String, String, Number) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hsetnx(String, String, Number) - Method in class com.blackrook.redis.RedisConnection
- hsetnx(String, String, Number) - Method in class com.blackrook.redis.RedisPipeline
- hsetnx(String, String, String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hsetnx(String, String, String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hsetnx(String, String, String) - Method in class com.blackrook.redis.RedisConnection
- hsetnx(String, String, String) - Method in class com.blackrook.redis.RedisPipeline
- hvals(String) - Method in interface com.blackrook.redis.commands.RedisConnectionCommands
- hvals(String) - Method in interface com.blackrook.redis.commands.RedisDeferredCommands
- hvals(String) - Method in class com.blackrook.redis.RedisConnection
- hvals(String) - Method in class com.blackrook.redis.RedisPipeline
All Classes All Packages