Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vapor/redis

Tags

4.7.0

Toggle 4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for TLS-backed connections to Redis (#205)

* Allow TLS for Redis connections

* Tidy up TLS config logic

5.0.0-alpha.2.1

Toggle 5.0.0-alpha.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
change Lock to NIOLock (#204)

5.0.0-alpha.2

Toggle 5.0.0-alpha.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Mordil Nathan Harris
Update to RediStack Beta 1

5.0.0-alpha.1.1

Toggle 5.0.0-alpha.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Mordil Nathan Harris
fix build issues

5.0.0-alpha.1

Toggle 5.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add project board workflow (#198)

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the ability to customize the encoder and decoder used for moving …

…values between Swift and Redis when using RedisCache. (#197)

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for `async`/`await` (#193)

* Add async APIs

* Remove old linux main

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose method on Redis objects to lease connections (#191)

This fixes #190

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for vapor/cache expiration (#188)

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add cache protocol (#179)

* Add cache protocol

* use release vapor version

* fix test ordering

* update to latest master

* add app boot to tests