llegaz / redis-tools
Tools and interfaces to help inspect Redis Databases
dev-main
2026-04-14 11:43 UTC
Requires
- league/climate: ^3.10
- llegaz/redis-adapter: ~0.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ~3.3
- symfony/var-dumper: ~6.4
This package is not auto-updated.
Last update: 2026-04-15 09:57:10 UTC
README
This tool primary purpose is to pair with my own implementation of PSR-6 pools or PSR-16 Simple Cache:
](https://github.com/llegaz/RedisCache/actions)
Notes:
- This set of tools is not designed to debug real world scenario with millions entries !
In fact, it is a simple development tool to preview PSR-6 pools or PSR-16 Simple Cache while setting them up with, for instance, check on some fixtures, expiration and so on. - There won't be any units here or at least not for now (I should reconsider this while achieving point 3).
- Try to enhance these Tools to be usable in production (custom Lua batch scripts ? excluding O(n) complexity (HGETALL)).
See you space cowboy... 🚀
