mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-03 18:24:12 +02:00
update readme
This commit is contained in:
parent
43201550fc
commit
e8d0383762
1 changed files with 1 additions and 5 deletions
|
|
@ -19,10 +19,6 @@ notify-redis /path/to/watch redis://localhost list_name
|
||||||
```
|
```
|
||||||
|
|
||||||
The recorded filesystem events will be pushed to the configured list.
|
The recorded filesystem events will be pushed to the configured list.
|
||||||
The events are encoded in the following ways
|
Details about how events are encoded can be found [here](https://github.com/icewind1991/nc-fs-events/)
|
||||||
|
|
||||||
- `write|$path`
|
|
||||||
- `remame|$from|$to`
|
|
||||||
- `remove|$path`
|
|
||||||
|
|
||||||
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`)
|
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