You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
kube | 4 years ago | |
pipeline | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
README.md | 4 years ago | |
entrypoint.sh | 4 years ago | |
requirements.txt | 4 years ago | |
trigger_redis_clean.py | 4 years ago |
README.md
Redis clean trigger
Will clean the Redis Stream and leave only the specified amount of posts
By number and not by time
Redis can't remove old post by date, only by how many you want to be left. Not optimal.