rediseen
rediseen copied to clipboard
Create REST-like API service for Redis DB or expose Redis metrics in Prometheus-compatible format, easily.
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191105231009-c1f44814a5cd to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191109021931-daa7c04131f5 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
when running the whole bundle : ``` version: '3.7' services: rediseen: container_name: rediseen-test restart: always image: xddeng/rediseen:latest environment: - REDISEEN_REDIS_URI=redis://:@redis-volatile:6379 - REDISEEN_DB_EXPOSED=0-5 - REDISEEN_KEY_PATTERN_EXPOSED="^key:([0-9a-z]+)" - REDISEEN_HOST=0.0.0.0 ports: - '8000:8000' networks:...