Closed (fixed)
Project:
Igbinary
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2023 at 13:24 UTC
Updated:
22 Jan 2024 at 21:35 UTC
Jump to comment: Most recent
Comments
Comment #2
mkalkbrennerWe use this module with the redis module. Just declare it in your services.yml:
Don't use serialization.igbinary_gz because redis already compresses.
Comment #3
socialnicheguru commentedRe-opening because I had another related question.
Another thought, I was looking at these two issues and patches for D9.4.9
Would they be at all helpful to the function of this igbinary module or is this a replacement for
"Make serializer customizable for Cache\DatabaseBackend":"https://www.drupal.org/files/issues/2022-02-09/839444-191.patch" in https://www.drupal.org/project/drupal/issues/839444
" Improve performance of ChainedFast by 90%":"https://www.drupal.org/files/issues/2020-02-20/3014521-11.patch" in https://www.drupal.org/project/drupal/issues/839444
Comment #4
socialnicheguru commentedComment #5
mkalkbrennerI use the patch of #839444: Make serializer customizable for Cache\DatabaseBackend on any production side!
Comment #6
socialnicheguru commentedEdit:
I better understand what you did. You created a services.yml file that works for Redis and Igbinary. That is what you included.
-----
Just to confirm. it looks like you modified redis/redis.services.yml.
Did you also keep the redis/example.services.yml as per the redis Readme file?
I am trying to figure out where to pull in the igbinary/igbinary.services.yml and igbinary/example.services.yml.
Please check out this issue and associated patch, Make igbinary usable without needing module enabled. It might be helpful
Comment #7
mkalkbrenner"overwriting" services is a core feature. Just put a services.yml in your sites folder.
Comment #8
socialnicheguru commentedComment #10
socialnicheguru commented