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
chore: switch old store to snowdreamtech/redistore (#269)
- Remove `github.com/boj/redistore` dependency from `go.mod`
- Update `github.com/gomodule/redigo` to version `v1.9.2` in `go.mod`
- Add `github.com/snowdreamtech/redistore` dependency to `go.mod`
- Replace `github.com/boj/redistore` import with `github.com/snowdreamtech/redistore` in `redis.go`
- Add detailed comments for `NewStoreWithDB` function parameters and return values
- Add detailed comments for `NewStoreWithPool` function parameters and return values
- Add detailed comments for `GetRedisStore` function parameters and return values
- Add detailed comments for `SetKeyPrefix` function parameters and return values
cc @snowdream
Signed-off-by: appleboy <appleboy.tw@gmail.com>
0 commit comments