Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Check if the process is running

Code Block
languagebash
ps -ef | grep redis
root      3272 32083  0 11:18 pts/3    00:00:00 grep redis
redis    30666     1  0 08:32 ?        00:00:06 /usr/bin/redis-server 127.0.0.1:6379

Check the Redis Version

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

Check if

...

you can connect to redis using redis-cli

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

Code Block
languagebash
redis-cli -a myUnguessablePazzzzzword123 ping
PONG

...

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

Check if OMK applications can connect to

...

Redis

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

...