This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
Releases: lukasmartinelli/redis-pipe
Releases · lukasmartinelli/redis-pipe
Initial good release
Everything should work as expected
Reliable writing
Writing was not reliable before
Use pipelining for more throughput
- Use pipelining
- Switched to redigo/redis library
More CLI options
- Sanitize output
- Better CLI options (
--count
)
More performant push
v1.1 Made push performanter
Improved CLI usability
- CLI now figures out wether it should push or pop
- Renamed to redis-pipe
Initial Release
You are able to use LPOP
and LPUSH
in a very ineffecient matter with this release.