package redis
- Alphabetic
- By Inheritance
- redis
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
RedisPubSub extends AnyRef
- See also
The reference Lettuce Api at: io.lettuce.core.api.reactive.BaseRedisReactiveCommands
-
trait
RedisStream extends AnyRef
The Stream is a new data type introduced recently, wwhich models a log data structure in a more abstract way, like a log file often implemented as a file open in apend only mode, Redis streams are primarily an append only data structure.
The Stream is a new data type introduced recently, wwhich models a log data structure in a more abstract way, like a log file often implemented as a file open in apend only mode, Redis streams are primarily an append only data structure. At least conceptually, because being Redis streams an abstract data type represented in memory, they implement more powerful opperations, to overcome the limits of the log file itself. Check the official documentation to see the available operations at: https://redis.io/commands#stream
- See also
The reference to lettuce api: io.lettuce.core.api.reactive.RedisStreamReactiveCommands
Value Members
- object Redis extends RedisKey with RedisHash with RedisList with RedisPubSub with RedisSet with RedisSortedSet with RedisStream with RedisString with RedisServer
- object RedisHash extends RedisHash
- object RedisKey extends RedisKey
- object RedisList extends RedisList
- object RedisPubSub extends RedisPubSub
- object RedisServer extends RedisServer
- object RedisSet extends RedisSet
- object RedisSortedSet extends RedisSortedSet
-
object
RedisStream extends RedisStream
Exposes only methods from the RedisStream api
- object RedisString extends RedisString