infrajs/mem

There is no license information available for the latest version (v1.0.14) of this package.

Simple API for work with filecache or memcache

v1.0.14 2020-09-14 06:47 UTC

This package is auto-updated.

Last update: 2024-04-17 21:11:52 UTC


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"
	}
}