Skip to content

Rename serializer and persistent_id setting

Latest
Compare
Choose a tag to compare
@wa0x6e wa0x6e released this 20 Sep 00:08
· 1 commit to master since this release
  • The serializer setting was renamed serialize, for compatibility with other cache engine.
  • The persistent_id setting was merged with persistent, which now takes false when disabled, and an identifier string when enabled. Like previously, all connection with the same persistent name will belong to the same persistent connection pool.