/
Redis

Redis

There are two different ideas that are not to be confused with each other. There is the Redis server itself, and then a component’s connection to Redis. The ‘SICRedis’ class is a component's connection to Redis. The Redis server itself is ran with the redis-server command and has a configuration defined in redis.conf.

Related content