Skip to content

Short memcached server program based on libevent implementing get/set binary protocol

Notifications You must be signed in to change notification settings

guptakshi16/memcached-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memcached-server

Minimal memcached server program based on libevent implementing get/set binary protocol

Steps to compile

  1. Install libevent library
  1. make

Steps to run/test

  1. Runs the server on port listening on port 11211 ./memcached-server 11211

  2. Use bmemcached library to test https://github.com/jaysonsantos/python-binary-memcached

Limitations

  • Max Key size 256 bytes
  • Max Val size 512 bytes
  • Single threaded - No locking

About

Short memcached server program based on libevent implementing get/set binary protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published