Package redis.clients.jedis.commands
Interface HashCommands
- All Known Subinterfaces:
JedisCommands
- All Known Implementing Classes:
Jedis,JedisCluster,JedisPooled,JedisSentineled,JedisSharding,UnifiedJedis
public interface HashCommands
-
Method Summary
Modifier and TypeMethodDescriptionlongbooleanlongdoublehincrByFloat(String key, String field, double value) longhrandfield(String key) hrandfield(String key, long count) hrandfieldWithValues(String key, long count) default ScanResult<Map.Entry<String, String>> hscan(String key, String cursor, ScanParams params) longlonglonglong
-
Method Details
-
hset
-
hset
-
hget
-
hsetnx
-
hmset
-
hmget
-
hincrBy
-
hincrByFloat
-
hexists
-
hdel
-
hlen
-
hkeys
-
hvals
-
hgetAll
-
hrandfield
-
hrandfield
-
hrandfieldWithValues
-
hscan
-
hscan
-
hstrlen
-