View on GitHub

php-faux-memcache

PHP Faux Memcache

A crude php toy emulation of memcache, partionally implemented. Defaults to a 16M cache. Keys store strings and integers.

commands: add, set, get, increment, decrement, delete

usage (from the command line):

$ php faux_memcache.php

Screen Shot

It displays the available commands and how to quit on the command line