-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
3 changed files
with
50 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters