Skip to content

1.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@webmozart webmozart released this 21 Jan 15:51
· 84 commits to master since this release
  • added PhpRedisStore
  • added CachedStore
  • removed optional argument $cache from JsonFileStore::__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