Class PhpRedisStore
A key-value store that uses the PhpRedis extension to connect to a Redis instance.
- Webmozart\KeyValueStore\AbstractRedisStore implements Webmozart\KeyValueStore\Api\KeyValueStore
- 
			 Webmozart\KeyValueStore\PhpRedisStore Webmozart\KeyValueStore\PhpRedisStore
		
		
		Namespace: Webmozart\KeyValueStore
Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Author: Philipp Wahala philipp.wahala@gmail.com
Author: Titouan Galopin galopintitouan@gmail.com
Link: https://github.com/phpredis/phpredis
Located at PhpRedisStore.php
	
	Since: 1.0
Author: Bernhard Schussek bschussek@gmail.com
Author: Philipp Wahala philipp.wahala@gmail.com
Author: Titouan Galopin galopintitouan@gmail.com
Link: https://github.com/phpredis/phpredis
Located at PhpRedisStore.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
		 |