Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-matsuwitter/mcond
sync.Cond for multi hosts with redis.
https://github.com/y-matsuwitter/mcond
Last synced: 18 days ago
JSON representation
sync.Cond for multi hosts with redis.
- Host: GitHub
- URL: https://github.com/y-matsuwitter/mcond
- Owner: y-matsuwitter
- License: mit
- Created: 2014-11-07T23:28:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-29T18:57:29.000Z (about 10 years ago)
- Last Synced: 2024-06-20T00:32:31.486Z (7 months ago)
- Language: Go
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mcond
------sync.Cond wrapper for multi host and multi key.
## Installation
```
go get github.com/y-matsuwitter/mcond
```## Usage
See sample.go and other_server.go