Skip to content

KERT-core/docker-redis-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just ordinary Redis Docker Tutorial

Just Quick Tutorial how to use docker container, redis and Python I will try my best to explain as simple as popssible

Requirements

  • Docker
  • Python3.7

Setting up the environment

Follow command line to get redis docker container

$docker run -d -p 6379:6379 --name redis-dev redis

Follow command line to install python redis package/library

$pip install rq

About

Docker Container and Redis Tutorial using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages