You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I think it will be nice to have an option to set global prefix of all Storage Implementation.
In case you use one Redis instance/db you will have collision between settings, clients, tokens etc.
Simplest implementation could be a second constructor parameter at RedisAdapter
Everything is currently prefixed with "oauth" as it stands. But I suppose some might want to have a different prefix. Perhaps implement it, but have the default as "oauth". Does that make sense?
Honestly I haven't kept up with the League's progress on this package so I don't even know if the package works with the latest development version of 4.0. Does it?
I build new Redis Storage package support with the latest version of Alex's library (4.*), but do not have yet Unit Tests. I was inspired from this package, thanks jasonlewis.
Hello,
I think it will be nice to have an option to set global prefix of all Storage Implementation.
In case you use one Redis instance/db you will have collision between settings, clients, tokens etc.
Simplest implementation could be a second constructor parameter at
RedisAdapter
I could try to implement it if it will be accepted as pull request
The text was updated successfully, but these errors were encountered: