An open API service indexing awesome lists of open source software.

https://github.com/nsardo/php-faux-memcache

A toy model of memcache partially implemented
https://github.com/nsardo/php-faux-memcache

example php5

Last synced: 6 months ago
JSON representation

A toy model of memcache partially implemented

Awesome Lists containing this project

README

          

# 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](https://github.com/nsardo/php-faux-memcache/blob/master/ss.png)

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