ReDe Versions Save

A Redis dehydrator module

v0.5.0

4 years ago
  • add XPOLL command
  • add XACK command

v0.4.3

4 years ago
  • Ensure support Redis 5.0.7
  • Fix memory leak in GIDPUSH

v0.4.2

7 years ago
  • fix id generation bug

v0.4.1

7 years ago
  • better randomization of auto generated ids
  • performance improvements in GIDPUSH
  • small bug fixes and minor style improvments
  • white-space standardization

v0.4.0

7 years ago
  • change param order for PUSH
  • dehydration resolution now in milliseconds
  • add GIDPUSH command
  • code cleanup

v0.3.3

7 years ago
  • add integration to Travis
  • improve makefiles
  • minor bug fix

v0.3.2

7 years ago
  • rede.print function (internal so undocumented) works 100% and prints to redis-cli and without memory leaks
  • some documentation improvements

v0.3.1

7 years ago
  • persistence works, with no leakage.

v0.3.0

7 years ago
  • invoke commands with REDE.<command> instead of DEHYDRATOR.<command>
  • small bugfixes

v0.2.4

7 years ago

improved error messages and other joys