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

Simple API for work with filecache or memcache

Maintainers

👁 akiyatkin

Package info

github.com/infrajs/mem

pkg:composer/infrajs/mem

Statistics

Installs: 2 783

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

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

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 4067c6b99f4be82efa7713a3c89d990ca502bbfc

This package is auto-updated.

Last update: 2026-06-18 02:10:56 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"
	}
}