Classes summary
	| AbstractRedisStore | An abstract Redis key-value store to support multiple Redis clients without code duplication. | 
	| ArrayStore | A key-value store backed by a PHP array. | 
	| DbalStore | A key-value store backed by Doctrine DBAL. | 
	| JsonFileStore | A key-value store backed by a JSON file. | 
	| MongoDbStore | A key-value-store backed by MongoDB. | 
	| NullStore | A key-value store that does nothing. | 
	| PhpRedisStore | A key-value store that uses the PhpRedis extension to connect to a Redis instance. | 
	| PredisStore | A key-value store that uses Predis to connect to a Redis instance. | 
	| RiakStore | A key-value store backed by a Riak client. | 
	| SerializingArrayStore | A key-value store backed by a PHP array with serialized entries. |