Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch old store to snowdreamtech/redistore #269

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

appleboy
Copy link
Member

@appleboy appleboy commented Dec 26, 2024

  • 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

fix #243

…entation

- 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

Signed-off-by: appleboy <[email protected]>
@appleboy appleboy merged commit ace1fd0 into master Dec 26, 2024
8 of 11 checks passed
@appleboy appleboy deleted the redis branch December 26, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant