Skip to content

A lightweight redis gui to quickly search through keys

License

Notifications You must be signed in to change notification settings

byte-42/redis-explorer

Repository files navigation

redis-explorer

A lightweight redis explorer to quickly search through keys.

Usage

# docker
docker run byte42/redis-explorer:latest -p 8000:8000

Develop

# install deps
composer install

# run server
php -S 127.0.0.1:8000 -t public

# view aplication
open http://localhost:8000

Publish Docker Image

# build image
docker build . -t redis-explorer:latest

# publish image
docker image tag redis-explorer:latest byte42/redis-explorer:latest
docker image push byte42/redis-explorer:latest

About

A lightweight redis gui to quickly search through keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published