Skip to content

Tags: XD-DENG/rediseen

Tags

2.4.0

Toggle 2.4.0's commit message
Bump to version 2.4.0

2.3.0

Toggle 2.3.0's commit message
Release 2.3.0

2.2.0

Toggle 2.2.0's commit message
Version 2.2.0

2.1.2

Toggle 2.1.2's commit message
Release 2.1.2

2.1.1

Toggle 2.1.1's commit message
Version 2.1.1 release

2.1.0

Toggle 2.1.0's commit message
Update README

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New endpoint /info to support exposing results of `INFO` command (#20)

This allows users to check Redis DB status easily, and allows Rediseen to become a connector between Redis DB and any monitorning system/dashboard.

1.4.1

Toggle 1.4.1's commit message
BUmp version to 1.4.1

1.4.0

Toggle 1.4.0's commit message
Bump to version 1.4.0

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support API Key Authentication; Integration Test against Different Re…

…dis Versions; Integration Test Cleanup; go module update (#16)

- API Key Authentication:
  a simple authentication is added, which is based on API Key.
  If environment variable REDISEEN_API_KEY is set and not "", authentication is enforced. Then client 
  has to add X-API-KEY in request header in order to access API, otherwise a 401 error will be given.
  By default, there is no authentication enforced, but a WARNING will be printed in the log.
- Integration Test against Different Redis Versions
- Clean up Integration Test:
  the older check based on grep in integration test is not needed anymore. So removing them.
- go module update: Run "go get -u -t ./..." and "go mod tidy"