You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Redis is currently an optional dependency for opEvents and the real-time events feature.

Check the Redis Version

redis-server -v
redis server v=3.2.6 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=36cfef259bdc87c

Check if Redis is Running

You can find your redis password in "/etc/redis/redis.conf"  and look for requirepass

redis-cli -a myUnguessablePazzzzzword123 ping
PONG

The server should respond with PONG

For more details on the redis cli please see https://redis.io/topics/rediscli


Check if OMK applications can connect

Browse to https://example.com/en/omk/opCore/redisinfo


  • No labels