Uses of Interface
org.springframework.data.redis.connection.SortParameters
Packages that use SortParameters
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
Query package for Redis template.
-
Uses of SortParameters in org.springframework.data.redis.connection
Classes in org.springframework.data.redis.connection that implement SortParametersMethods in org.springframework.data.redis.connection with parameters of type SortParametersModifier and TypeMethodDescriptiondefault List<byte[]>DefaultedRedisConnection.sort(byte[] key, SortParameters params) Deprecated.default LongDefaultedRedisConnection.sort(byte[] key, SortParameters params, byte[] sortKey) Deprecated.in favor ofRedisCommandsProvider.keyCommands().List<byte[]>DefaultStringRedisConnection.sort(byte[] key, SortParameters params) DefaultStringRedisConnection.sort(byte[] key, SortParameters params, byte[] storeKey) DefaultStringRedisConnection.sort(String key, SortParameters params) DefaultStringRedisConnection.sort(String key, SortParameters params, String storeKey) List<byte[]>RedisKeyCommands.sort(byte[] key, SortParameters params) Sort the elements forkey.RedisKeyCommands.sort(byte[] key, SortParameters params, byte[] storeKey) Sort the elements forkeyand store result instoreKey.StringRedisConnection.sort(String key, SortParameters params) Sort the elements forkey.StringRedisConnection.sort(String key, SortParameters params, String storeKey) Sort the elements forkeyand store result instoreKey. -
Uses of SortParameters in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type SortParametersModifier and TypeMethodDescriptionstatic io.lettuce.core.SortArgsLettuceConverters.toSortArgs(SortParameters params) -
Uses of SortParameters in org.springframework.data.redis.core.query
Methods in org.springframework.data.redis.core.query that return SortParametersModifier and TypeMethodDescriptionstatic <K> SortParametersQueryUtils.convertQuery(SortQuery<K> query, RedisSerializer<String> stringSerializer)
RedisCommandsProvider.keyCommands().