Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
dansup
/
gnu-social
Fork de
diogo/gnu-social
Seguir
1
Destacar
0
Fork
0
Ficheiros
Árbore:
4931afe312
Ramas
Etiquetas
1.1.x
1.2.x
1.20.x
aab
experimental
master
new_data_handler
nightly
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
plugins
/
RedisQueue
Miguel Dantas
544f13c52a
[PLUGINS] Added DBQueue plugin
%!s(int64=5) %!d(string=hai) anos
..
classes
544f13c52a
[PLUGINS] Added DBQueue plugin
%!s(int64=5) %!d(string=hai) anos
README
a3b228399b
[PLUGINS] Added RedisQueue
%!s(int64=5) %!d(string=hai) anos
RedisQueuePlugin.php
a3b228399b
[PLUGINS] Added RedisQueue
%!s(int64=5) %!d(string=hai) anos
README
RedisQueuePlugin wraps the RedisQueueManager class which is a queue manager
that uses Redis as it's backing storage.
Installation
============
This plugin is replaces other queue manager plugins, such as UnQueue,
which enabled by default and which should, but is not required to be
disabled.
addPlugin('RedisQueue', ['server' => 'your-redis-instance-and-port']);
Example
=======
In config.php
addPlugin('RedisQueue', ['server' => 'tcp://localhost:6379']);