1.0.0-beta2
Pre-release
Pre-release
- added
PhpRedisStore
- added
CachedStore
- removed optional argument
$cache
fromJsonFileStore::__construct()
- removed implementations that don't make sense for a key-value store:
MemcacheStore
(not persistent)MemcachedStore
(not persistent)SharedMemoryStore
(not persistent)
- added
Serializer
utility KeyValueStore::get()
now throws an exception if the value cannot be unserialized