
Product
Introducing Data Exports
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.
redis-redirect
Advanced tools
MOVEDHandles exceptions like:
redis.exceptions.ResponseError: MOVED 4085 10.213.192.152:6379
When Redis returns a MOVED exception, it indicates that the client should repeat its request for the specified host.
This exception can occur in the following situations:
redis-redirect cannot help in this scenario.redis-redirect cannot help in this scenario.redis-redirect to automatically switch between Redis nodes or shards.redis-redirect handles MOVED exceptions seamlessly and transparently.
pip install redis-redirect
import redis_redirect
redis = redis_redirect.Redis(host='my-redis.com', port=6379, db=0)
redis.set('foo', 'bar')
redis-redirect transparently handles Redis server redirection exceptions.
When a client sends a request to the Redis server, redis-redirect checks if
the server has returned a MOVED exception.
If a MOVED exception is received, redis-redirect updates the Redis server address and resends
the request to the new address.
After updating the Redis server address, redis-redirect transparently forwards subsequent requests to
the new Redis server address.
FAQs
(aio)REDIS wrapper to deal with cluster redirect exceptions (`MOVED`).
We found that redis-redirect demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.