Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/casbin/redis-adapter

Redis adapter for Casbin
https://github.com/casbin/redis-adapter

feat: fix LoadPolicy() for Amazon MemoryDB for Redis (#45)

00e084bf1709b4f18475b32df45271993373d2df authored 7 months ago by 沐 <[email protected]>
fix(pool): connection pool exhausted (#44)

2f9f7cf9528b1bfbed32b00ab9424657f67adfee authored 7 months ago by George <[email protected]>
feat: fix the closed network connection issue for Redis pool (#43)

9cd9abdc4892c3d7f92671057de3edb176a37f8b authored 8 months ago by George <[email protected]>
feat: update CI Go version to 1.19

3838b9c4975fee42fe61f3250ded8b105878eb06 authored 8 months ago by Yang Luo <[email protected]>
feat: improve README badges

0f85980e64abb411edcdfd9a2afbed9b0b708239 authored 8 months ago by Eric Luo <[email protected]>
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

9c324f034643b8f0fa479054b84b57d615c9c5bd authored over 1 year ago by 鱼竿钓鱼干 <[email protected]>
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 o...

17a13a7c1ed28163aa90b4da1d85be4c02cfc47d authored almost 2 years ago by Liu <[email protected]>
feat: add NewAdapterWithPool() (#37)

* feat: add pool adapter

* fix: add missing key

* docs: add pool adapter example

0cd40e5655c43a9787353fca24087fde2b571b58 authored almost 2 years ago by marcozac <[email protected]>
feat!: expose error in NewAdapter() (#35)

BREAKING CHANGE: expose error in `NewAdapter()`

5c9783033816b8e3348e9cfc78e6c8411a81f0d2 authored almost 2 years ago by imp2002 <[email protected]>
feat: support use a specific user login redis (#34)

* feat: support use a specific user login redis

* doc: add `NewAdapterWithUser()`

3321b3786af73dc609a2d54b25bfe7b28c78aff6 authored almost 2 years ago by imp2002 <[email protected]>
feat: implement FilteredAdapter & UpdatableAdapter (#31)

03e1dee06dfc771c0b07e52d378a00f467fc24ba authored about 2 years ago by Ter <[email protected]>
feat: setup semantic-release (#28)

8432d1c190c1c3b12fd2e930ad0480de803f9dcf authored over 2 years ago by Fabian Bao <[email protected]>
feat: Setup GitHub Actions and semantic-release (#26)

eaa3bc21ef1a7882a6a50a27c6918f8a2021a27b authored over 2 years ago by Fabian Bao <[email protected]>
fix: load policy by array to void problems caused by cvs reader (#24)

837ae045cc19e0478989268d580ed2ae935a959e authored over 2 years ago by Fabian Bao <[email protected]>
Merge pull request #22 from closetool/master

feat: add "withxx" pattern init func

d97679176acb7c63c9c82961f82844a0aecd16a8 authored over 3 years ago by Yang Luo <[email protected]>
feat: add "withxx" pattern init func

Signed-off-by: closetool <[email protected]>

49aa7bc65eb03f8827c49accae48da9882c42eb0 authored over 3 years ago by closetool <[email protected]>
Merge pull request #15 from ghosx/master

fix readme on Installation

49e86235ca2209982b43244e521f3a745c9ba5ae authored over 3 years ago by hsluoyz <[email protected]>
fix readme on Installation

fix readme on Installation
change
go get github.com/casbin/redis-adapter
to
go get...

46f009e5280881a3300aa4e6af320806dd273613 authored over 3 years ago by ghosx <[email protected]>
fix: add method AddPolicies and implement method AddPolicy (#10)

* #7 Fix incorrect reference in go.mod to a forked repository
Changed it back to reference gith...

08e57c960195f963f4e18c7878a7332a1b28a7a3 authored almost 4 years ago by Wenyu <[email protected]>
Merge pull request #13 from WesleyBatista/dev

Remove unused dependencies with go mod tidy

c40c24b6201b52b3e2df542a143e61729fb0cd58 authored almost 4 years ago by Yang Luo <[email protected]>
remove unused dependencies with go mod tidy

Signed-off-by: Wesley Batista <[email protected]>

994e890ac387d6ef74ec30c07be5124802707c26 authored almost 4 years ago by Wesley Batista <[email protected]>
Merge pull request #8 from jimmy-ho/bug/issue-7

#7 Fix incorrect reference in go.mod to a forked repository

d320d7204d198d61caab7cf610a3f28ed68a6b22 authored over 4 years ago by Yang Luo <[email protected]>
#7 Fix incorrect reference in go.mod to a forked repository

Changed it back to reference github.com/casbin/redis-adapter

bf1325e218901ac64a5430fa76b73c10ccc8b8be authored over 4 years ago by James Ho <[email protected]>
Merge pull request #6 from fengjihua/master

support casbin v2 and go mod

0ef7649799058afd429bcfcaf7b78a69d7d97543 authored almost 5 years ago by Yang Luo <[email protected]>
support casbin v2 and go mod

0585737d014013b4ecefc12f1217e490a47faad9 authored almost 5 years ago by Michael Feng <[email protected]>
Support password for Redis.

8c56da4d48d1531cfecd3878ba40789587c0a5a3 authored over 5 years ago by Yang Luo <[email protected]>
Add t.Helper() to tests.

3746cd847fe79178dc4c02ba15ec87b28af6de9f authored over 5 years ago by Yang Luo <[email protected]>
Rename to NewAdapterWithKey().

14d1caf86d6de739726cbcff71aa7de0530603ad authored over 5 years ago by Yang Luo <[email protected]>
Merge pull request #3 from innius/master

don't return an error if redis key does not exist

b36d844dade59e5081fd9d41ce55635f532e90c5 authored almost 6 years ago by Yang Luo <[email protected]>
don't return an error if redis key does not exist

Returning an error causes casbin enforcer to panic while loading policies

5048457c114458ce735f5d679a24d62e906f258a authored almost 6 years ago by Ron van der Wijngaard <[email protected]>
Merge pull request #2 from broadcastle/master

Fix build issue

d89b4f19c6d56bfdfa09cbb676e7a99e3405f5dd authored about 6 years ago by Yang Luo <[email protected]>
Fix build error

When the `github.com/garyburd/redigo/redis` package was being used, I would receive a error abou...

c4bd1969efceb209a62132a9849aa567f5575dac authored about 6 years ago by pagumin <[email protected]>
Merge pull request #1 from flavien29/master

Define the redis casbin key as a parameter

92ca8afd7d0650cda49c5d86d6333a3a96c30c48 authored over 6 years ago by Yang Luo <[email protected]>
Define the redis casbin key as a parameter

398ba2a89e687855c9e9f8bf8317a7d5bf750c28 authored over 6 years ago by Flavien MOULLEC <[email protected]>
Add Travis CI and coverage.

245d235844e79f8414a631cc8a92ced4b96c7302 authored about 7 years ago by Yang Luo <[email protected]>
Add README.

6cd8afab5b83af5a5bf9d4fa3fb84bd346728447 authored about 7 years ago by Yang Luo <[email protected]>
Add the adapter code.

63e9c40f3025b20c9e6d2d49d3b6d25ab26177bd authored about 7 years ago by Yang Luo <[email protected]>
Ignore IDEA files.

6f1d4bfef2f1db45f9d440e679a61b402be34087 authored about 7 years ago by Yang Luo <[email protected]>
Initial commit

d10c95e29847521174a712dfdf5c3b2655cb76fd authored about 7 years ago by Yang Luo <[email protected]>