memcached 1.6.13-1 source package in Ubuntu

Changelog

memcached (1.6.13-1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches.

 -- Chris Lamb <email address hidden>  Sat, 15 Jan 2022 10:05:01 +0000

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.6.13-1.dsc 1.9 KiB 569bed1bbcb07715b631a878dfe2e760f4ff576b60beec0e6edb7f150db5a807
memcached_1.6.13.orig.tar.xz 749.5 KiB 39c2930b5ebb7a8e7ac264b0becdb816586b429fed1ad3af741305bbcba02069
memcached_1.6.13-1.debian.tar.xz 16.2 KiB 974b60e99428ff7a2dcca79eb529eeebb6e98a6a7ce4b9e86170000d43d4be26

Available diffs

No changes file available.

Binary packages built by this source

memcached: High-performance in-memory object caching system

 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
 a site which was already doing 20 million+ dynamic page views per day for 1
 million users with a bunch of webservers and a bunch of database servers.
 memcached dropped the database load to almost nothing, yielding faster page
 load times for users, better resource utilization, and faster access to the
 databases on a memcache miss.
 .
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system. Clients
 are available in several different programming languages, to suit the needs
 of the specific application. Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.

memcached-dbgsym: debug symbols for memcached