/Redis-Act-I

How to implement Redis (Strings, keys, Lists, Sets, Sorted Sets, Hashes)

Primary LanguagePythonApache License 2.0Apache-2.0

This repository demonstrates how to implement Redis (Strings, keys, Lists, Sets, Sorted Sets, Hashes) though cutom functions.

  1. Activate your vertual environment
  2. Install redis-py python -m pip install redis