Uses of Class
org.springframework.data.redis.connection.RedisZSetCommands.Range.Boundary
Packages that use RedisZSetCommands.Range.Boundary
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
-
Uses of RedisZSetCommands.Range.Boundary in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisZSetCommands.Range.Boundary -
Uses of RedisZSetCommands.Range.Boundary in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis with parameters of type RedisZSetCommands.Range.BoundaryModifier and TypeMethodDescriptionstatic byte[]JedisConverters.boundaryToBytesForZRange(RedisZSetCommands.Range.Boundary boundary, byte[] defaultValue) Converts a givenRedisZSetCommands.Range.Boundaryto its binary representation suitable for ZRANGEBY* commands, despite ZRANGEBYLEX.static byte[]JedisConverters.boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary boundary, byte[] defaultValue) Converts a givenRedisZSetCommands.Range.Boundaryto its binary representation suitable for ZRANGEBYLEX command.