https://github.com/aacebo/redis-x
a Redis GUI that just works
https://github.com/aacebo/redis-x
gui redis
Last synced: about 1 month ago
JSON representation
a Redis GUI that just works
- Host: GitHub
- URL: https://github.com/aacebo/redis-x
- Owner: aacebo
- Created: 2020-08-31T22:44:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T17:54:54.000Z (over 5 years ago)
- Last Synced: 2025-10-30T01:34:13.500Z (8 months ago)
- Topics: gui, redis
- Language: TypeScript
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redis-X
A simple GUI alternative to redis-cli
# Development
Run `npm start` to run the app locally.
# Production
Run `npm run pkg:${env}` to package the app using production builds locally
# Publish
Run `npm run publish` to publish a release
# Built Using
- [Electron](https://electronjs.org) - Desktop Framework
- [Angular](https://angular.io/) - Web Framework