redis-ui
๐ก P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications.
File Explorer
Download Latest Version (.zip)- build.yml
- entitlements.mas.inherit.plist
- entitlements.mas.plist
- redis.icns
- preview-2.png
- preview-3.png
- preview-4.png
- preview-5.png
- preview-6.png
- preview.png
- adoption-growth.md
- ai.md
- architecture.md
- COMPARISON.md
- create-https-cert.md
- docker-cluster.md
- features.md
- http-basic-auth.md
- macos.md
- pika.md
- privacy-policy.md
- screenshots.md
- start-up-server.md
- demo.gif
- p3x-redis.mjs
- configmap.yaml
- deployment.yaml
- ingress.yaml
- service.yaml
- Chart.yaml
- values.yaml
- configmap.yaml
- deployment.yaml
- ingress.yaml
- namespace.yaml
- service.yaml
- fix-change-log.js
- fix-packages-publish.js
- notarize.js
- start-docker.sh
- start-local-only-electron.sh
- start-local.cmd
- start-local.sh
- 128x128.png
- 256x256.png
- 512x512.png
- redis.svg
- menu.mjs
- window.mjs
- style.css
- index.html
- onload.mjs
- ui.mjs
- webview-placeholder.html
- global.mjs
- metainfo.xml
- p3x-redis-ui.desktop
- relaunch.mjs
- set-language.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- index.mjs
- app.mjs
- redis-ui.spec.js
- run-e2e.sh
- .gitignore
- .npmignore
- .npmrc
- .p3xrs-conns-example.json
- .p3xrs-conns.json
- _config.yml
- change-log.2018.md
- change-log.2019.md
- change-log.2020.md
- change-log.2021.md
- change-log.2022.md
- change-log.2023.md
- change-log.2024.md
- change-log.2025.md
- change-log.md
- com.patrikx3.redis-ui.yml
- contributors.md
- docker-compose.yml
- Dockerfile
- Gruntfile.js
- LICENSE
- p3xrs.json
- package.json
- playwright.config.mjs
- README.md
- yarn.lock
# Installation Guide
git clone https://github.com/patrikx3/redis-ui
Downloads the entire project code from GitHub to your computer.
cd redis-ui
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
npm install -g p3x-redis-ui
Installs the package published on the npm registry globally โ no need to clone the source.
sudo apt-get install appimagelauncher
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run -d \
Runs the built image as an actual container.
wget https://raw.githubusercontent.com/patrikx3/redis-ui/master/docker-compose.yml
Runs the command against the services defined in the compose file.
docker-compose up
Runs the command against the services defined in the compose file.
docker run -v $PWD/p3x-redis-ui-settings:/settings -h docker-p3x-redis-ui -p 7843:7843 -t -i patrikx3/p3x-redis-ui
Runs the built image as an actual container.
Pulled directly from this repo's README.
4. Node.js
Easynpm install -g p3x-redis-ui
Installs the package published on the npm registry globally โ no need to clone the source.
Pulled directly from this repo's README.
