afterdesign / phpmemcached

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.


Languages

Language:PHP 100.0%