Relay follow-ups and ideas

Created on 10 February 2023, over 1 year ago
Updated 23 February 2023, over 1 year ago

A first version of Relay support is being added in πŸ“Œ Explicitly support Relay (drop-in replacement for PhpRedis) Fixed , there have been some ideas and things that we noticed that could be improved, both in this module and in Relay itself.

  • Support for caching mget() nil responses, this is heavily used by the cache tag checksum implementation. As a first improvement, single cache tag lookups were changed to using a single get() lookup
  • Use allow patterns for in-memory caching instead of ignore patterns, might allow to cache the last-delete flag as well for all bins
  • Use the provided serialization (igbinary) and compresssion API, unclear if the available methods are meant to be a (stable) API
  • Not relay specific: Improve documentation and recommendations around persistent connections
  • Make use of addIgnorePatterns(), which requires version 0.6.0, the tests currently install an older version due to outdated metadata.
✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡¨πŸ‡­Switzerland Berdir Switzerland

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024