No description
  • Rust 71.6%
  • Nix 26.6%
  • Dockerfile 1.8%
Find a file
2018-04-16 17:11:18 +02:00
src initial version 2018-04-16 17:05:10 +02:00
.gitignore initial version 2018-04-16 17:05:10 +02:00
Cargo.lock initial version 2018-04-16 17:05:10 +02:00
Cargo.toml initial version 2018-04-16 17:05:10 +02:00
LICENSE Create LICENSE 2018-04-16 17:06:53 +02:00
notify-redis.iml initial version 2018-04-16 17:05:10 +02:00
README.md simple readme 2018-04-16 17:11:18 +02:00

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)