All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2025-11-18
- (template) Add comma for consistency
- Add CHANGELOG.md
- Use php module, if loaded
- (readme) Update with TLS info
- (flushdb) Improve check for GET
- Fix typo in comment
1.1.2 - 2024-10-27
- PHP 8.1: Implicit incompatible float to int conversion is deprecated by @SailorMax in #2
- PHP 8.2: ${var} string interpolation deprecated by @SailorMax in #1
- @SailorMax made their first contribution in #2
1.1.1 - 2024-06-20
- (flushdb) Better status/error handling by @tessus
- (flushdb) Better debugging by @tessus
- (flushdb) Get rid of any redis references in code by @tessus
- Confirm for flushall by @tessus
1.1.0 - 2024-06-20
- Migrate local storage by @tessus
- Do not use trailing slash on void elements by @tessus
- Get rid of any redis references in code by @tessus
- Remove empty line before session_start() by @tessus
1.0.3 - 2024-06-16
- Redis -> valkey by @tessus
1.0.2 - 2022-06-12
- Minor improvement for Details section by @tessus
- Update README.md by @tessus
1.0.1 - 2019-12-26
- Allow checking for update when no connect to Redis is possible by @tessus
- Improve error flow by @tessus
- Add version check by @tessus
- Add option for status line position: bottom/top by @tessus
- Add link to gh repo by @tessus
- Add section headers to details by @tessus
- Add gh related files by @tessus
- Add TODO by @tessus
- Add config section to README.md by @tessus
- Add install instructions to README.md by @tessus
- Add proper filename to template by @tessus
- Add ACL support (Redis 6) by @tessus
- Add option for confirmation, other improvements by @tessus
- Add auto refresh, code cleanup by @tessus
- Add symlink: index.php by @tessus
- Add text to README.md by @tessus
- Support passwords for redis by @tessus
- Add .editorconfig by @tessus
- Add .gitignore and README.md by @tessus
- Use const for URL by @tessus
- Minor code formatting 2 by @tessus
- Update TODO by @tessus
- Minor code formatting by @tessus
- Minor UI tweak - play/pause button by @tessus
- Update TODO by @tessus
- Code cleanup (add more comments, variable naming, style) by @tessus
- Make sure serverName is set by @tessus
- Command mapping based on server name by @tessus
- Masking -> Mapping (consistency) by @tessus
- Default server null -> 0 by @tessus
- Command mapping for INFO by @tessus
- Update README.md by @tessus
- Command mapping for AUTH by @tessus
- Merge branch 'add-license-1' by @tessus
- Create LICENSE by @tessus
- Update README.md by @tessus
- Better auth handling by @tessus
- Better error presentation by @tessus
- Flush db/all, command masking by @tessus
- Show max mem, if set by @tessus
- Update README.md by @tessus
- Show details (optional), add refresh by @tessus
- Suppress PHP warning by @tessus
- Improve time_elapsed (do not output 'and', if there are only seconds) by @tessus
- Minor improvements by @tessus
- Use config file by @tessus
- Better error handling, add debug function by @tessus
- Reformat code by @tessus
- Initial commit by @tessus
- Fix input tag by @tessus
- Fix validator issues by @tessus
- Fix display of available databases by @tessus
- Remove console.log() in function by @tessus
- @tessus made their first contribution