Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Releases: lukasmartinelli/redis-pipe

Initial good release

07 Apr 21:40
Compare
Choose a tag to compare

Everything should work as expected

Reliable writing

27 Mar 13:11
Compare
Choose a tag to compare

Writing was not reliable before

Use pipelining for more throughput

26 Mar 20:00
Compare
Choose a tag to compare
  • Use pipelining
  • Switched to redigo/redis library

More CLI options

26 Mar 09:52
Compare
Choose a tag to compare
  • Sanitize output
  • Better CLI options (--count)

More performant push

25 Mar 21:38
Compare
Choose a tag to compare
v1.1

Made push performanter

Improved CLI usability

25 Mar 13:49
Compare
Choose a tag to compare
  • CLI now figures out wether it should push or pop
  • Renamed to redis-pipe

Initial Release

24 Mar 19:13
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

You are able to use LPOP and LPUSH in a very ineffecient matter with this release.