Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiasn/systems-toolbox-redis
Redis Pub/Sub communication for systems-toolbox
https://github.com/matthiasn/systems-toolbox-redis
Last synced: 14 days ago
JSON representation
Redis Pub/Sub communication for systems-toolbox
- Host: GitHub
- URL: https://github.com/matthiasn/systems-toolbox-redis
- Owner: matthiasn
- License: epl-1.0
- Created: 2016-06-30T13:30:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T16:45:33.000Z (over 7 years ago)
- Last Synced: 2024-08-16T13:10:24.879Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# systems-toolbox-redis
This library gives you communication between JVMs using **[Redis Pub/Sub](http://redis.io/topics/pubsub)**.
It is used by **[BirdWatch](https://github.com/matthiasn/Birdwatch)**, which for now serves as the reference on how to use this library.
[![Dependencies Status](https://jarkeeper.com/matthiasn/systems-toolbox-redis/status.svg)](https://jarkeeper.com/matthiasn/systems-toolbox-redis)
# Testing
For testing locally, run `lein test`.
[![TravisCI Build Status](https://travis-ci.org/matthiasn/systems-toolbox-redis.svg?branch=master)](https://travis-ci.org/matthiasn/systems-toolbox-redis)
## License
Copyright © 2015, 2016 Matthias Nehlsen
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.