Uses of Class
org.springframework.data.redis.connection.DefaultSortParameters
Packages that use DefaultSortParameters
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of DefaultSortParameters in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return DefaultSortParametersModifier and TypeMethodDescriptionDefaultSortParameters.alpha()DefaultSortParameters.asc()DefaultSortParameters.by(byte[] pattern) DefaultSortParameters.desc()DefaultSortParameters.get(byte[] pattern) DefaultSortParameters.limit(long start, long count) DefaultSortParameters.numeric()DefaultSortParameters.order(SortParameters.Order order)