Skip to content

phpmemcached is proof of concept how easy is to create implementation of memcached binary protocol.

Notifications You must be signed in to change notification settings

afterdesign/phpmemcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#phpmemcached - proof of concept

This library is written in "pure" php.
It's purpose was to show that memcached binary protocol is awesome (for my meetphp talk).

Implemented memcachedprotocol methods: get
Implemented algorithm - consistent hashing compatible with php-memcache extension (http://pecl.php.net/package/memcache)

##Edit example.php and type php example.php

About

phpmemcached is proof of concept how easy is to create implementation of memcached binary protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages