eduardtrayan/faststorage-bundle

Bundle for encapsulation working with in-memory storage

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2015-01-28 09:28 UTC

This package is not auto-updated.

Last update: 2024-05-07 15:00:33 UTC


README

eduardtrayan_faststorage:
    default_storage: memcache
    storage:
        memcache:
            host: 127.0.0.1
            port: 11001
        redis:
            host: 127.0.0.1
            port: 11002

Available storage: redis, memcache