#161 Using Redis to queue?

Slēgta
murgero atvēra 4 gadi atpakaļ · 2 komentāri

How does one enable using redis to queue? In the past I've always used STOMP, but if redis is supported natively now, how is that configured?

How does one enable using redis to queue? In the past I've always used STOMP, but if redis is supported natively now, how is that configured?
aab komentēja 4 gadi atpakaļ

You need to install redis and php-redis (debian). After that, just use the example in the README: addPlugin('RedisQueue', [ 'server' => 'tcp://localhost:6379',

                         'defaultExpiry' => 86400 // 24h
                        ]);

I can't remember now, but i guess you have to restart the queuedaemons afterwards (it doesn't hurt if not needed anyway).

You need to install redis and php-redis (debian). After that, just use the example in the README: addPlugin('RedisQueue', [ 'server' => 'tcp://localhost:6379', 'defaultExpiry' => 86400 // 24h ]); I can't remember now, but i guess you have to restart the queuedaemons afterwards (it doesn't hurt if not needed anyway).
murgero komentēja 4 gadi atpakaļ
Autors

Yeah I figured it was that in the config - redis plugin is pretty new, I don't believe that was in the original code was it?

anyway I believe I got it working now, not exactly sure how to test but the site is responsive (unlike before) and it seems to federate so I wont question it, for now anyway.

Yeah I figured it was that in the config - redis plugin is pretty new, I don't believe that was in the original code was it? anyway I believe I got it working now, not exactly sure how to test but the site is responsive (unlike before) and it seems to federate so I wont question it, for now anyway.
Pierakstieties, lai pievienotos šai sarunai.
Nav atskaites punktu
Nav atbildīgā
2 dalībnieki
Notiek ielāde...
Atcelt
Saglabāt
Vēl nav satura.