1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Introduction to NoSQL

Connected

अभ्यास

Connecting to a Redis cluster

You'll use Python to store and retrieve key-value data with Redis. In this exercises, you'll explore the basics of connecting to a Redis cluster running locally. Good luck!

निर्देश

100 XP
  • Import the appropriate library to work with Redis using Python.
  • Create a connection to the Redis cluster running localhost over port 6379.
  • Make sure data is decoded when retrieved from Redis.