mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-03 18:24:12 +02:00
No description
- Rust 71.6%
- Nix 26.6%
- Dockerfile 1.8%
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| notify-redis.iml | ||
| README.md | ||
| test.sh | ||
| travis-build.sh | ||
Notify Redis
Push filesystem notifications into a redis list
Usage
notify-redis /path/to/watch redis://localhost list_name
Filesystem events are debounced and merge where applicable (e.g. touch foo.txt, mv foo.txt bar.txt will result in one write event for bar.txt)