0.10.0-RC3
Changes
With respect to the previous RC2, these are the changes:
- #285 Rename Redis instantiation methods (
make
=>fromClient
, etc) - #289 Scaladocs as part of the microsite: https://redis4cats.profunktor.dev/api/
- #292 Migrating tests over to
MUnit
- #293 Stdout logging implementation + docs
- #295 Codecs documentation (including JsonCodec)
- #296 Codecs: compression, encryption & docs
- #297 Client options (to configure the underlying Redis client: timeouts, reconnection, etc)
New constructors
Some new constructors now take a ClientOptions
argument.
Redis[IO].withOptions("redis://localhost", opts, codec)
RedisClient[IO](uri, opts)
RedisMasterReplica[IO].withOptions(codec, uri, opts)
Dependency updates
- #288
log4cats-1.1.1