Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 826 Bytes

File metadata and controls

33 lines (27 loc) · 826 Bytes

redim

Redis image buffer and transferring

Alt text

Set an image to Redis as buffer and display it separately. This script can be modified to use as an image transfer and bufferring.

Prerequisite

A Redis server is required. Or just run an instance container:

docker run -d --name=redis --network=host redis

Installation

  1. Clone this repo and change directory:
git clone https://github.com/geeksloth/redim.git && cd redim
  1. Configure config.json file:
nano config.json

replace redis -> host and others as needed, then save by press ctrl + x and hit y and enter

Run

  1. To run the scrip:
docker compose up
  1. Type http://ip:port to access the Setter and Getter