2017 © Pedro Peláez
 

library silex-php-redis

phpredis extension provider for Silex

image

furester/silex-php-redis

phpredis extension provider for Silex

  • Monday, January 15, 2018
  • by furester
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,590 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 4 Versions
  • 41 % Grown

The README.md

Silex PHP Redis Extension Provider

Installation

Create (or add to your) composer.json in your projects root-directory:, (*1)

{
    "require": {
        "furester/silex-php-redis": "*"
    }
}

and run:, (*2)

curl -s http://getcomposer.org/installer | php
php composer.phar install

This is just a silex provider module for phpredis extension, you will need to setup Redis (https://github.com/antirez/redis) and phpredis extension (https://github.com/nicolasff/phpredis)., (*3)

Note that Redis and RedisCluster don't implement a common interface and they use different methods for some operations, you have to consider this in your code., (*4)

Example

Check out simple example under "example" directory., (*5)

To run the examples:, (*6)

composer update
php -S 127.0.0.1:8081 example/example.php

License

'silex-php-redis' is licensed under the MIT license., (*7)

The Versions

15/01 2018

dev-master

9999999-dev https://github.com/furester/silex-php-redis

phpredis extension provider for Silex

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Igor Scabini

silex redis phpredis

15/01 2018

dev-cluster-support

dev-cluster-support https://github.com/furester/silex-php-redis

phpredis extension provider for Silex

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Igor Scabini

silex redis phpredis

14/01 2018

dev-prefix-support

dev-prefix-support https://github.com/furester/silex-php-redis

phpredis extension provider for Silex

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Igor Scabini

silex redis phpredis

14/01 2018

dev-multi-client

dev-multi-client https://github.com/furester/silex-php-redis

phpredis extension provider for Silex

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Igor Scabini

silex redis phpredis