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
- Host: GitHub
- URL: https://github.com/nsardo/php-faux-memcache
- Owner: nsardo
- License: mit
- Created: 2018-02-20T15:45:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T16:22:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T20:29:44.779Z (about 1 year ago)
- Topics: example, php5
- Language: PHP
- Homepage: https://nsardo.github.io/php-faux-memcache/
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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