Redis | |
|
What Is Redis? | |
Redis is a data store – like a database, but one that stores data primarily in-memory. This makes it much faster than traditional databases where data is stored in disks. Because of this speed, Redis is often used as a caching tool.
It has the ability to write data to disk for persistence. You can configure Redis to persist data either periodically or after every command you issue. When Redis isn't configured to persist data, it is very volatile, and a system crash would result in a loss of data. |
When to Use Redis | |
|
How to use it in Tiki | |
In order to benefit from Redis, you need to activate the feature, from your control panel.
Redis need client address where is going to construct to connect to redis server.
Copy to clipboard
alias
|