RediSea is a Redis (in-memory database) communication framework used for dumping key/value information within the Redis server, real-time Redis database analysis, and much more.
Project description
RediSea
RediSea is a Redis (in-memory database) communication framework used for viewing Redis keys, dumping Redis keys, dumping key information about the Redis server, real-time Redis database analysis, and much more!
Please note, this framework does work even if a Redis instance is not present. There is also an option for remotely connecting to a Redis instance.
RediSea is available through pip:
pip install redisea
Once RediSea is installed, you can run it like any other executable:
redisea
After running RediSea, it'll boot up the application in an open prompt.
Usage (only required if installing from source)
You can run this command to install all the required tools for this framework:
pip3 install -r requirements.txt
python3 redisea/main.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.