Hostilla.pl IT glossary
What is Redis?
Redis is a fast in-memory data store used as application cache, session storage or a queue helper.
Definition
Redis is a fast in-memory data store used as application cache, session storage or a queue helper.
What does it mean in practice?
It reduces database load and can speed up PHP applications.
