Skip to content

simyy/memcached-module-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memcached Module Practice

There are some modules in memcached, writen in c++.

Install

cd memcache_event
make
cd memcache_slab
make

memcache_event

Memcached event module, contains a master listner and multi-threads as worker, using libevent and pipe.

  • libevent
  • pipe
  • threads
  • list

memcache_slab

Memecached memory module, contais memory_allocate and delete.

  • limit
  • factor
  • slab list
  • split mem
  • alloc item

About

Implementation of Memcached Module in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published