infrajs / mem
Simple API for work with filecache or memcache
Installs: 2 361
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- infrajs/ans: ~1
- infrajs/path: ~1
Requires (Dev)
- infrajs/rest: ~1
README
Disclaimer: Module is not complete and not ready for use yet.
Работает с файловой системой или с memcached
Конфиг
{
"type":"fs", //mem или fs
"memcache":{
"host":"127.0.0.1",
"port":"11211"
}
}