redis
redis copied to clipboard
Upgraded go-redis to v9
Upgrade the version of go-redis to v9. This is to get past the issue where we cannot use the v9 redis.Client as the argument to NewRedisStoreWithCli. The error looks something like of type *"github.com/go-redis/redis/v9".Client) as type *"github.com/go-redis/redis/v8".Client in argument to oredis.NewRedisStoreWithCli.
To support future go-redis version changes, the redis.Client has been changed to the redis.UniversalClient interface.
In addition to these changes the project EdnitionCode go-oauth2-redis has commited changes to support the go-redis import statement change related to the following PR https://github.com/redis/go-redis/pull/2362