Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchanns/rediflight
Singleflight across multiple processes with Redis.
https://github.com/yuchanns/rediflight
generics go redis singleflight
Last synced: 15 days ago
JSON representation
Singleflight across multiple processes with Redis.
- Host: GitHub
- URL: https://github.com/yuchanns/rediflight
- Owner: yuchanns
- License: mit
- Created: 2024-03-25T06:15:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T07:49:16.000Z (7 months ago)
- Last Synced: 2024-04-04T07:49:34.420Z (7 months ago)
- Topics: generics, go, redis, singleflight
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rediflight
Singleflight across multiple processes with Redis.
## API Compatible
- [x] `func (*Group) Do`
- [x] `func (*Group) DoChan`
- [ ] `func (*Group) Forget`