Questions tagged [igbinary]

20 questions
0
votes
1 answer

How to serialize GET and SET using igbinary inside go redis client

I have a php service and a golang service. I set the value of redis in the php service and use igbinary. How to correctly GET this value in golang service.
Ginger
  • 1
0
votes
1 answer

Redis with igbinary in Wordpress PHP Docker container

I would like to allow my wordpress instance to access database content via Redis, using the igbinary serializer. I am using the Redis Cache Plugin for Worpdress by Till Krüss. According to my understanding the containers should be in the following…
HurrDurr
  • 51
  • 6
0
votes
1 answer

How to dump a compressed object for given key from Memcache?

I'm using the following command to dump the compressed object for given key from memcached: cat <(printf "\x1f\x8b\x08\x00\x00\x00\x00\x00") <(memccat CACHE-KEY) | gunzip It prints the value (a JSON), but with the warning at the end: gzip: stdin:…
kenorb
  • 155,785
  • 88
  • 678
  • 743
0
votes
1 answer

Enabling OPcache breaks APC when apc.serializer=default

I recently experienced something strange and I haven't been able to find any explanation when googling. Setup: We're using APC We're using APC (3.1.15-dev) as the 1st level user data cache for our PHP (v5.5.10) web app. APC opcode cache is…
jgivoni
  • 1,605
  • 1
  • 15
  • 24
0
votes
1 answer

IGBinary errors

I just replace serialized PHP with IGBinary . I follow this steps: cd /tmp git clone https://github.com/phadej/igbinary cd igbinary phpize ./configure CFLAGS="-O2 -g" –-enable-igbinary –-with-php-config=/usr/bin/php-config make make test make…
Locke
  • 163
  • 2
  • 4
  • 14
1
2