Vapor Redis Versions Save

Vapor provider for RediStack

4.10.0

10 months ago
This patch was authored and released by @gwynne.

Switches to the now-official GitHub URL for RediStack and raises the Swift minimum version to 5.6 to match Vapor.

(Swift version update requires minor version bump.)

5.0.0-alpha.2.2

10 months ago
This patch was authored and released by @gwynne.

Switches to the now-official GitHub URL for RediStack and raises the Swift minimum version to 5.6 to match Vapor.

(Swift version update requires minor version bump.)

4.9.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vapor/redis/compare/4.8.0...4.9.0

4.8.0

1 year ago
This patch was authored and released by @gwynne.
  • Bump Swift minimum to match Vapor
  • Add platform versions
  • Update README
  • Fix imports
  • Remove old Concurrency conditionals

4.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vapor/redis/compare/4.6.0...4.7.0

5.0.0-alpha.2.1

1 year ago
This patch was authored by @Rubenfer and released by @Mordil.

This PR renames Lock to NIOLock as it is deprecated

5.0.0-alpha.2

1 year ago

Updates the Alpha branch to use RediStack 2.0.0 Beta

See RediStack's releases for more details

Major

  • Significant refactor the RedisConfiguration type: it is now a typealias of RediStack's RedisConnectionPool.Configuration
    • The same initializers are supported, with new optional arguments for configuring the behavior of the pool.

5.0.0-alpha.1.1

1 year ago

This release does not contain any new changes, it's just a proper tagging of the initial Alpha release which was improperly tagged.

Initial support for RediStack 2.0.0 and Vapor

See RediStack's releases for more details

5.0.0-alpha.1

2 years ago

Initial support for RediStack 2.0.0 and Vapor

See RediStack's releases for more details

4.6.0

2 years ago
This patch was authored and released by @gwynne.

It is now possible to specify a custom Encoder and Decoder to use in place of JSONEncoder and JSONDecoder for storing and retrieving values cached in Redis via the Cache interface.