All Versions
14
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 1

  • v0.6.4 Changes

    • โž• Added PID file support (thanks to @jeteon)
  • v0.6.3 Changes

    • โž• Added support for 'quit' command (memcached protocol compatibility)
  • v0.6.2 Changes

    January 30, 2016
    • Limit OpenFilesCacheCapacity to 64 per queue
  • v0.6

    November 24, 2015
  • v0.5.2 Changes

    • Accept connections only after queues are fully initialized
  • v0.5.1 Changes

    November 11, 2015
    • ๐Ÿ‘ Fanout queues support. set <queue>+<another_queue>+<third_queue> ... adds an item to multiple queues.
  • v0.5 Changes

    • โž• Add durable cursors. An ability to consume queue multiple times using get <queue>:<cursor> syntax

    • ๐Ÿ†• New directory structure is backwards incompatible with v0.4.x. But you can manually move each existing data/<queue> directory to data/<queue>/<queue> and new siberite will pick up the data.

  • v0.4.2 Changes

    • ๐ŸŽ Enable leveldb BlockCacher (improves performance)
  • v0.4.1 Changes

    October 18, 2015
    • ๐Ÿ›  Fix repository.GetQueue returns error without lock release
  • v0.4 Changes

    October 14, 2015
    • โž• Add GETS command support (for protocol compatibility)