simple readme

This commit is contained in:
Robin Appelman 2018-04-16 17:11:18 +02:00
commit 7d4fefd3d5

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# 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`)