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: 2 months ago
JSON representation

Singleflight across multiple processes with Redis.

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`