Skip to end of banner
Go to start of banner

Redis and Opmantek Applications

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Current »

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

Check if the process is running

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

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

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 to Redis

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

  • No labels