Skip to content

Tags: casbin/redis-adapter

Tags

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix LoadPolicy() for Amazon MemoryDB for Redis (#45)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pool): connection pool exhausted (#44)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix the closed network connection issue for Redis pool (#43)

v3.3.0

Toggle v3.3.0's commit message
feat: update CI Go version to 1.19

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update go.mod, go.sum, README.md (#40)

* fix: update go.mod, go.sum, README.md

* fix: update README.md

* fix: update README.md

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add TLS option for redis adapter creation (#38)

* Add TLS option for redis adapter creation

* Add redis dial option to use tls

* Add TLS option for create adapter with options

* Improve unit tests

* Improve according to reviews

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add NewAdapterWithPool() (#37)

* feat: add pool adapter

* fix: add missing key

* docs: add pool adapter example

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat!: expose error in NewAdapter() (#35)

BREAKING CHANGE:  expose error in `NewAdapter()`

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support use a specific user login redis (#34)

* feat: support use a specific user login redis

* doc: add `NewAdapterWithUser()`

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: implement FilteredAdapter & UpdatableAdapter (#31)