📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications
Released on 12/15/2021
- BUGFIX: Had to twice click on the search icon.
Released on 12/11/2021
- FEATURE: Russian translation
Released on 11/29/2021
- BUGFIX: JSON editor CSS fix.
Released on 11/18/2021
- BUGFIX: The JSON editor was not working properly in Firefox.
Released on 11/12/2021
- FEATURE: The more complex dialogs width is fixed when content changes.
- FEATURE: The server is more intelligent to find out which features on different Redis instances are working or not (because of this, no more connection options to set if Azure / Aws / Google / DigitalOcean).
Released on 11/12/2021
- FEATURE: Command listing does not need an option (if disabled on the server, no error).
Released on 11/12/2021
- FEATURE: Refactored the connection, disable AWS, Azure, and all others. Now, it always probes the database listing. Can also disable the command listing.
Released on 11/11/2021
- FEATURE: Configurable TLS connection
rejectUnauthorized
option
Released on 11/11/2021
- FEATURE: It was working only with self-signed certificates. Now, works with TLS connection without a self-signed certificate (so totally valid secure connection).
Released on 11/09/2021
- BUGFIX: There was a major bottleneck in the GUI (was using
setInterval
infinity loop instead ofsetTimeout
) - CHORE: Upgraded all deps
Released on 10/27/2021
- BUGFIX: Redis settings dialog was refreshing the tree twice.
Released on 10/27/2021
- FEATURE: Input selection dark mode style.
Released on 10/27/2021
- CHORE: Update to latest NodeJs LTS v16
Released on 10/26/2021
- BUGFIX: Console history fix.
Released on 10/26/2021
- BUGFIX: Electron v15 new window open function update.
Released on 10/26/2021
- FEATURE: Changed the
change-log.md
file name.
Released on 10/26/2021
- FEATURE: Console history is working using local storage, so that history is kept indefinite with 20 entries
Released on 10/26/2021
- BUGFIX: Console history was not working after the autocomplete refactor.
Released on 10/25/2021
- FEATURE: Added more add/delete buttons on the tree key.
- BUGFIX: After refresh, it lost the tree state.
Released on 10/24/2021
- FEATURE: Added a refresh button to the tree controls.
Released on 10/21/2021
- FEATURE: Replaced the console input alike Bash functionality with an autocomplete popup.
Released on 9/10/2021
- BUGFIX: Toast layout was wrong.
- FEATURE: Enable connect with TLS (further implementations).
- FEATURE: Enable connect with TLS.
- BUGFIX: Replace
configstore
toelectron-store
- BUGFIX: Further fix for -> Disable
monitor
command, as it crashes, and it does not work via a GUI.
- BUGFIX: Disable
monitor
command, as it crashes, and it does not work via a GUI.
- BUGFIX: Paging fix (zset and stream was not working).
- BUGFIX: Performance fixes.
- BUGFIX: Work with port 8080 as well.
- FEATURE: Set the server port based on the environment variable
P3XRS_PORT
- BUGFIX: Further, the JSON editor dialog was not showing properly (height issues).
- CHORE: Update deps.
- BUGFIX: The JSON editor was not showing properly.
- BUGFIX: The tree collapse/expand not working properly.
- BUGFIX: The
ioredis
db
configuration is giving an error. (redis/ioredis#1310)
- FEATURE: Moved the hash/list/set/stream/zset pager component from spaghetti code to a real component
- BUGFIX: Connection error (was on an open connection, then switching to an invalid configuration and as it was on the console, it kept on console, when there was no connection, so this view was invalid, should not show any view where there is no connection)
- FEATURE: Added
username
for Redis configuration to work with since Redis v6 ACL
- BUGFIX: Hardening the server.
- BUGFIX: Using
Fontsource Roboto
package is working with the valid configuration (about font weights and styles) - FEATURE: Created a settings menu, the first option is to hide the menu (showing with ALT)
- BUGFIX: Provide a nice error message, when the auto connect connection is removed and the connection failed on loading the page.
- BUGFIX: Further dark mode scrollbar fixes.
- BUGFIX: The TTL timer was doing duplicate timer.
- FEATURE: All types are paging (tree and keys -> all)
- FEATURE: All types are paging (tree and keys -> all)
- BUGFIX: Key form json validation fix.
- FEATURE: Streams type GUI development.
- BUGFIX: Build fix.
- FEATURE: Basic streams GUI implementation.
- CHORE: Update deps.
- FEATURE: Dark themes are using dark scrollbars (always excluding though of tablet, phone, mobile)
- BUGFIX: Cluster fix error (#50)
- BUGFIX: Update npm
commander
package had breaking changes.
- FEATURE: Font styling.
- FEATURE: On loading keys, the loading indicator overlay is removed (patrikx3/redis-ui-material#5)
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
All my domains, including patrikx3.com and corifeus.com, are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
Version Structure: We follow a Major.Minor.Patch versioning scheme:
- Major: Corresponds to the current year.
- Minor: Set as 4 for releases from January to June, and 10 for July to December.
- Patch: Incremental, updated with each build.
Important Changes: Any breaking changes are prominently noted in the readme to keep you informed.
P3X-REDIS-UI Build v2024.10.106