Uses of Enum Class
org.springframework.data.redis.connection.RedisListCommands.Position
Packages that use RedisListCommands.Position
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
-
Uses of RedisListCommands.Position in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisListCommands.PositionModifier and TypeMethodDescriptionReactiveListCommands.LInsertCommand.getPosition()static RedisListCommands.PositionReturns the enum constant of this class with the specified name.static RedisListCommands.Position[]RedisListCommands.Position.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection with parameters of type RedisListCommands.PositionModifier and TypeMethodDescriptiondefault LongDefaultedRedisConnection.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value) Deprecated.DefaultStringRedisConnection.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value) DefaultStringRedisConnection.lInsert(String key, RedisListCommands.Position where, String pivot, String value) ReactiveListCommands.lInsert(ByteBuffer key, RedisListCommands.Position position, ByteBuffer pivot, ByteBuffer value) RedisListCommands.lInsert(byte[] key, RedisListCommands.Position where, byte[] pivot, byte[] value) StringRedisConnection.lInsert(String key, RedisListCommands.Position where, String pivot, String value) -
Uses of RedisListCommands.Position in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisListCommands.PositionModifier and TypeMethodDescriptionstatic booleanLettuceConverters.toBoolean(RedisListCommands.Position where)
RedisCommandsProvider.listCommands()}.