Uses of Class
org.springframework.data.redis.connection.RedisStreamCommands.XAddOptions
Packages that use RedisStreamCommands.XAddOptions
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStreamCommands.XAddOptions in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisStreamCommands.XAddOptionsModifier and TypeMethodDescriptionRedisStreamCommands.XAddOptions.makeNoStream()Disable creation of stream if it does not already exist.RedisStreamCommands.XAddOptions.makeNoStream(boolean makeNoStream) Disable creation of stream if it does not already exist.RedisStreamCommands.XAddOptions.maxlen(long maxlen) Limit the size of the stream to the given maximum number of elements.RedisStreamCommands.XAddOptions.none()Methods in org.springframework.data.redis.connection with parameters of type RedisStreamCommands.XAddOptionsModifier and TypeMethodDescriptiondefault RecordIdDefaultedRedisConnection.xAdd(MapRecord<byte[], byte[], byte[]> record, RedisStreamCommands.XAddOptions options) Deprecated.DefaultStringRedisConnection.xAdd(MapRecord<byte[], byte[], byte[]> record, RedisStreamCommands.XAddOptions options) DefaultStringRedisConnection.xAdd(StringRecord record, RedisStreamCommands.XAddOptions options) RedisStreamCommands.xAdd(MapRecord<byte[], byte[], byte[]> record, RedisStreamCommands.XAddOptions options) Append the givenrecordto the stream stored atRecord#getStream.StringRedisConnection.xAdd(StringRecord record, RedisStreamCommands.XAddOptions options) Append the givenStringRecordto the stream stored atRecord.getStream().
RedisConnection.streamCommands()}.