Digital Marketing

Test the connection to Redis

syntax: python
>>> import redis
>>> client = redis.Redis.from_url('redis://your_redis_endpoint:6379')
>>> client.ping()

**True**
If it hangs, it means you are being blocked.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database