Class PredisStore
A key-value store that uses Predis to connect to a Redis instance.
- Webmozart\KeyValueStore\AbstractRedisStore implements Webmozart\KeyValueStore\Api\KeyValueStore
- Webmozart\KeyValueStore\PredisStore
Namespace: Webmozart\KeyValueStore
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Author: Titouan Galopin galopintitouan@gmail.com
Located at PredisStore.php
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Author: Titouan Galopin galopintitouan@gmail.com
Located at PredisStore.php
public
|
|
protected
mixed
|
|
protected
mixed
|
|
protected
array
|
#
clientGetMultiple( array $keys )
Call the internal client method to fetch multiple keys. Don't have to catch the exceptions. |
protected
|
|
protected
boolean
|
#
clientRemove( string $key )
Call the internal client method to remove a key. Don't have to catch the exceptions. |
protected
boolean
|
#
clientExists( string $key )
Call the internal client method to check if a key exists. Don't have to catch the exceptions. |
protected
|
#
clientClear( )
Call the internal client method to clear all the keys. Don't have to catch the exceptions. |
protected
array
|
#
clientKeys( )
Call the internal client method to fetch all the keys. Don't have to catch the exceptions. |
clear(),
exists(),
get(),
getMultiple(),
getMultipleOrFail(),
getOrFail(),
keys(),
remove(),
set()
|
$client
|