Tailing a file to Redis server (PubSub)
Go to file
2023-02-22 20:10:57 +09:00
go.mod Create go.mod 2023-02-22 20:07:28 +09:00
go.sum Create go.sum 2023-02-22 20:07:52 +09:00
main.go Create main.go 2023-02-22 20:06:59 +09:00
README.md Update README.md 2023-02-22 20:10:57 +09:00

tail2redis

Tailing a file to Redis server

Example

$ ./tail2redis -H localhost -P 6379 -p [PASSWORD] -c [CHANNEL] -f /var/log/message

Contact me