Python – Redis – Setup and hello



Python – Redis – Setup and hello

Python - Redis - Setup and hello

Check out my tutorial which is the first part of the series about Redis and Python. Redis is a powerfull key-value based datastore which allows you fast access as it is an In-Memory type. This video is about setting up the redis in a Hyper-V virtual machine and Debian 9 as guest VM. Then I show you how you can use python to connect to it and use the tool as it was intended to.

Github: https://github.com/r3ap3rpy/python/tree/master/redisser
Patreon: https://www.patreon.com/r3ap3rpy
Redis: https://redis.io/

Comments are closed.