Click here to Skip to main content
15,881,882 members
Articles / Containers / Docker

Setting Up a Redis Test Environment using Docker Compose

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
4 Jan 2018CPOL2 min read 10.7K  
In this short tutorial, I want to show you how to set up a simple Redis instance using Docker Compose. We will connect to it and test it using Python and the redis package.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
Hi there 🙂
My name is Philipp Engelmann, I work as a web developer at FIO SYSTEMS AG in Leipzig. I am interested in C#, Python, (REST-)API-Design, software architecture, algorithms and AI. Check out my blog at https://cheesyprogrammer.com/

Comments and Discussions