package redis
- Source
- package.scala
- Alphabetic
- By Inheritance
- redis
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Deprecated Type Members
- trait RedisPubSub extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- 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
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- See also
The reference to lettuce api: io.lettuce.core.api.reactive.RedisStreamReactiveCommands
Value Members
Deprecated Value Members
- object Redis extends RedisKey with RedisHash with RedisList with RedisPubSub with RedisSet with RedisSortedSet with RedisStream with RedisString with RedisServer
An object that provides an aggregation of all the different Redis Apis.
An object that provides an aggregation of all the different Redis Apis. They can be equally accessed independently or from this object.
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisHash extends RedisHash
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisKey extends RedisKey
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisList extends RedisList
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisPubSub extends RedisPubSub
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisServer extends RedisServer
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisSet extends RedisSet
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisSortedSet extends RedisSortedSet
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisStream extends RedisStream
Exposes only methods from the RedisStream api
Exposes only methods from the RedisStream api
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection
- object RedisString extends RedisString
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) use the pure
monix.connect.redis.client.RedisConnection