Skip to content

Do not set redis client name to support GCP Memorystore

Timo Furrer requested to merge support-gcp-memorystore into master
  • Do not set redis client name to support GCP Memorystore

The GCP memorystore does not support the CLIENT SETNAME command. This was introduced with Make kas compatible with GCP Memorystore (!981 - merged) to fix another compatibility issue with GCP Memorystore, but most related to disabling cache.

Approx. two months ago a similar change introduced with Set Redis client name (!899 - merged) was already reverted with Revert "Set Redis client name" (!906 - merged)

Edited by Timo Furrer

Merge request reports