nutcracker 0.5.0+dfsg-2 source package in Ubuntu

Changelog

nutcracker (0.5.0+dfsg-2) unstable; urgency=medium

  * Add upstream patch (murmurhashneutral2) to address an aligned access and
    endianness issue with the MurmurHash2 implementation shipped as part of
    nutcracker. The issue has always been present, but revealed as part of the
    new unit-test suite introduced with 0.5.0, and which resulted on a FTBFS
    on the s390x release architecture, as well as other unofficial ports.

 -- Faidon Liambotis <email address hidden>  Sat, 11 Feb 2023 22:57:57 +0200

Upload details

Uploaded by:
Faidon Liambotis
Uploaded to:
Sid
Original maintainer:
Faidon Liambotis
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
nutcracker_0.5.0+dfsg-2.dsc 1.9 KiB 7606aa08bdaefed456a5a98bad618729af9c5b1fe6e34d6600a98f3f4f02a7a7
nutcracker_0.5.0+dfsg.orig.tar.xz 464.0 KiB 10aef7d55e3c18236b9b1bf06b4fa8f1593e1ea7a2bcb5ab30113811cd5d1351
nutcracker_0.5.0+dfsg-2.debian.tar.xz 8.3 KiB f0e964dd1c3de40b6a39c89f8a3af1907e4bde1ed74da3dd6b48b711a1ca3edf

No changes file available.

Binary packages built by this source

nutcracker: Fast, light-weight proxy for memcached and Redis

 nutcracker, also known as twemproxy (pronounced "two-em-proxy"), is a
 fast and lightweight proxy for the memcached and Redis protocols. It was
 primarily built to reduce the connection count on backend caching
 servers, but it has a number of features, such as:
   * Maintains persistent server connections to backend servers.
   * Enables pipelining of requests and responses.
   * Supports multiple server pools simultaneously.
   * Shard data automatically across multiple servers.
   * Supports multiple hashing modes including consistent hashing and
     distribution.
   * High-availability by disabling nodes on failures.
   * Observability through stats exposed on stats monitoring port.

nutcracker-dbgsym: debug symbols for nutcracker