mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-03 18:24:12 +02:00
simple readme
This commit is contained in:
parent
f1bf854cfc
commit
7d4fefd3d5
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue