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

Installs: 2 742

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/infrajs/mem

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

This package is auto-updated.

Last update: 2025-09-18 00:10:45 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"
	}
}