-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow defining additional commands as safe for read-only mode, defaul…
…ting to "info" and "select" Signed-off-by: Stefan Seide <[email protected]>
- Loading branch information
Showing
7 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
* add option to overwrite global folding character per connection | ||
* add Sentinel TLS connections and improved configuration and env var handling for TLS secured connections, #514 | ||
* add Redis Cluster support, #160 #216 #527 | ||
* allow defining additional commands as safe for read-only mode, defaulting to "info" and "select", #542 | ||
* update base image to [email protected] using NodeJS 18.x now, #511 | ||
* update helm chart autoscaling apis for newer K8s versions, #520 | ||
* update helm chart to allow setting ingressClassName for newer K8s versions, #494 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"Stefan Seide <[email protected]" | ||
], | ||
"name": "redis-commander", | ||
"version": "0.9.0-rc3", | ||
"version": "0.9.0-rc4", | ||
"description": "Redis web-based management tool written in node.js", | ||
"license": "MIT", | ||
"repository": { | ||
|