redis-ui

(โ˜… 806)

๐Ÿ“ก P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications.

  • .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

1. Get the code
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
Prerequisites
  • 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).

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Docker

Easy
Prerequisites
  • 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.

โœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

4. Node.js

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install -g p3x-redis-ui

Installs the package published on the npm registry globally โ€” no need to clone the source.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation