2017 © Pedro Peláez
 

symfony-bundle memcached-bundle

The smallest, simplest memcached bundle

image

mcfedr/memcached-bundle

The smallest, simplest memcached bundle

  • Thursday, September 8, 2016
  • by mcfedr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,316 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Memcached Bundle

This is going to be the simplest bundle you have ever seen for memcached, (*1)

Latest Stable Version License Build Status SensioLabsInsight, (*2)

Install

  • composer require mcfedr/memcached-bundle, (*3)

  • Update your Kernel, (*4)

    new Mcfedr\MemcachedBundle\McfedrMemcachedBundle(), (*5)

Configuration

You can setup as many memcached connections as you need, although most of the time one is enough. You need to have at least one server for each connection., (*6)

Optionally you can make a connection persistent, this is recommended for better performance., (*7)

mcfedr_memcached:
    connections:
        main:
            persistent_id: main
            servers:
                - host: 127.0.0.1
                  port: 11211
        other:
            servers:
                - host: 10.0.0.10
                  port: 11211
                - host: 10.0.0.11
                  port: 11211
                - host: 10.0.0.12
                  port: 11211

Each connection will be available as a service called "mcfedr_memcached.$name". So in the example there are two services:, (*8)

  1. mcfedr_memcached.main
  2. mcfedr_memcached.other

The Versions

08/09 2016

dev-master

9999999-dev

The smallest, simplest memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fred Cox

memcache memcached symfony session

08/09 2016

2.1.1

2.1.1.0

The smallest, simplest memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fred Cox

memcache memcached symfony session

24/05 2016

2.1.0

2.1.0.0

The smallest, simplest memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fred Cox

memcache memcached symfony session

15/10 2014

2.0.0

2.0.0.0

The smallest, simplest memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fred Cox

memcache memcached symfony session

23/05 2014

1.0.1

1.0.1.0

The smallest, simplest memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

23/05 2014

1.0.0

1.0.0.0

The smallest, simplest memcached bundle

  Sources   Download

MIT

The Requires

 

The Development Requires