Redis image buffer and transferring
Set an image to Redis as buffer and display it separately. This script can be modified to use as an image transfer and bufferring.
A Redis server is required. Or just run an instance container:
docker run -d --name=redis --network=host redis- Clone this repo and change directory:
git clone https://github.com/geeksloth/redim.git && cd redim- Configure
config.jsonfile:
nano config.jsonreplace redis -> host and others as needed, then save by press ctrl + x and hit y and enter
- To run the scrip:
docker compose up- Type
http://ip:portto access the Setter and Getter