Update README.md

This commit is contained in:
Namhyeon Go 2023-02-22 20:10:57 +09:00 committed by GitHub
parent 4af2bcaceb
commit 9bcbe2f488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,11 @@
# tail2redis
Tailing a file to Redis server
## Example
```bash
$ ./tail2redis -H localhost -P 6379 -p [PASSWORD] -c [CHANNEL] -f /var/log/message
```
## Contact me
* abuse@catswords.net