07:14:27 GMT bjpenn: there's one to pop&push one item 07:50:32 GMT Hi everyone. I am facing an odd problem with php-fpm and php-redis on Centos7 / Ubuntu 07:50:47 GMT So I figured one of you might have faced it before 07:51:12 GMT so, I simply wanted to install php-redis to be used by php-fpm as the session system 07:51:24 GMT nothing else (not using it in my application - yet -) 07:51:40 GMT however, just running both seem to make php-fpm a bit crazy 07:52:02 GMT and as soon as I remove the php-redis package, all the issues go away 07:52:15 GMT the error I get is that "Redis server went away" 07:52:35 GMT I have been googling that for the last couple days but no chance to find where something is misconfigured 07:52:40 GMT any idea someone ? 08:09:03 GMT Alright, found it by bypassing some steps 08:09:21 GMT Sounds like a dev had the brilliant idea to hardcode the value of the redis server address 08:09:26 GMT >< * SIGHS * 10:57:58 GMT is redis support json? 11:01:25 GMT no specific support for json 11:01:38 GMT but it supports binary, so it is not uncommon for people to put json strings into redis 11:08:11 GMT join 14:25:07 GMT Hey guys, anyone using redis with logstash here? 14:25:29 GMT I got this problem where everything I pass thru redis lose a lot of metadata. For instance, "index" defined in a logstash beat gets lost 14:25:59 GMT if something comes from syslog and is passed thru redis, the type field (which is 'syslog') gets lost and in kibana the type is shown as "redis-input" 15:54:30 GMT recently started learning celery with redis and postgres. was following this blog https://www.syncano.io/blog/configuring-running-django-celery-docker-containers-pt-1/