2017 © Pedro Peláez
 

library aerospike-cache-provider

Adds aerospike provider to use it through the doctrine/cache

image

redcode/aerospike-cache-provider

Adds aerospike provider to use it through the doctrine/cache

  • Thursday, October 22, 2015
  • by maZahaca
  • Repository
  • 2 Watchers
  • 3 Stars
  • 484 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

aerospike-cache-provider Latest Stable Version Total Downloads

Build Status, (*1)

This is an implementation of Doctrine\Common\Cache\CacheProvider for Aerospike., (*2)

It allows you to use aerospike connection in projects which are based on the doctrine/cache, (*3)

Installation

The easiest way to install this library is with Composer using the following command:, (*4)

$ composer require redcode/aerospike-cache-provider

How does it work?

// pre-configured Aerospike connection
$aerospike = new \Aerospike();
$cache = new AerospikeCache($aerospike);
$cache->save('test', 'value', 60);
$value = $cache->fetch('test');

The Versions

22/10 2015

dev-master

9999999-dev

Adds aerospike provider to use it through the doctrine/cache

  Sources   Download

MIT

The Requires

 

The Development Requires

cache doctrine provider aerospike

22/10 2015

0.1.0

0.1.0.0

Adds aerospike provider to use it through the doctrine/cache

  Sources   Download

MIT

The Requires

 

The Development Requires

cache doctrine provider aerospike

20/10 2015

0.1.0-alpha

0.1.0.0-alpha

Adds aerospike provider to use it through the doctrine/cache

  Sources   Download

MIT

The Requires

 

The Development Requires

cache doctrine provider aerospike