rediseen icon indicating copy to clipboard operation
rediseen copied to clipboard

Create REST-like API service for Redis DB or expose Redis metrics in Prometheus-compatible format, easily.

Results 3 rediseen issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191105231009-c1f44814a5cd&new-version=0.1.0)](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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191109021931-daa7c04131f5&new-version=0.7.0)](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...

dependencies

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:...