Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Redis image buffer and transferring

geeksloth/redim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Redis image buffer and transferring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published