All Versions
208
Latest Version
Avg Release Cycle
17 days
Latest Release
534 days ago

Changelog History
Page 19

  • v1.3.6 Changes

    May 22, 2015
    • ๐Ÿ‘Œ Support Node.js 0.10.16
    • ๐Ÿ›  Fix unfulfilled commands being sent to the wrong db(#42).
  • v1.3.5 Changes

    May 21, 2015
    • ๐Ÿ›  Fix possible memory leak warning of Cluster.
    • Stop reconnecting when disconnected manually.
  • v1.3.4 Changes

    May 21, 2015
    • โž• Add missing Promise definition in node 0.10.x.
  • v1.3.3 Changes

    May 19, 2015
    • ๐Ÿ›  Fix possible memory leak warning.
  • v1.3.2 Changes

    May 18, 2015
    • The constructor of pipeline/multi accepts a batch of commands.
  • v1.3.1 Changes

    May 16, 2015
    • ๐Ÿ‘Œ Improve the performance of sending commands(#35). @AVVS.
  • v1.3.0 Changes

    May 15, 2015
    • ๐Ÿ‘Œ Support pipeline redirection in Cluster mode.
  • v1.2.7 Changes

    May 15, 2015
    • Redis#connect returns a promise.
  • v1.2.6 Changes

    May 13, 2015
    • ๐Ÿ›  Fix showFriendlyErrorStack not working in pipeline.
  • v1.2.5 Changes

    May 12, 2015
    • ๐Ÿ›  Fix errors when sending commands after connection being closed.