A Redis event sniffer and logging utility.

jplesperance jplesperance Last update: Jul 17, 2022

Redis Sniffer v1.1.1

PyPI version License Requirements Status Build Status Code Climate codecov.io

About

This tool will monitor a specific port and interface for redis traffic and captures the commands being sent to Redis and/or formatted full TCP dump data. This can be used for analysis for debugging or for replaying the transactions as a way of doing real load/performance testing.

All installation and usage documentation are now located at: https://redis-sniffer.readme.io/docs/getting-started

PRAGMA foreign_keys = off; BEGIN TRANSACTION; COMMIT TRANSACTION; PRAGMA foreign_keys = on;

Subscribe to our newsletter