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.
You can run this command to install all the required tools for this framework:
pip3 install -r requirements.txt
python3 redisea/main.py