slamecka/redisstorage

RedisStorage for Nette Framework cache.

dev-master 2012-06-11 16:30 UTC

This package is not auto-updated.

Last update: 2020-01-02 16:27:34 UTC


README

Built on phpredis extension and Nette Framework.

Setup

In your config.neon:

services:
	redis:
		class: Redis
		setup:
			- connect('localhost', 6379)
	cacheStorage: Slamecka\RedisStorage