Redis


About

Redis is an in-memory storage mechanism that offers low-latency reads and writes. Furthermore, it is capable of supporting high-level, atomic operations on several different kinds of data structures. For this reason, Redis is ideal for any Laravel application that could benefit from caching data or as a driver for your queue workers.

Use Cases

  • If you want a performance boost for caching data, such as session information.
  • If you want to drive your queue workers with Redis.

Settings

Name Default Description
Port 6379 The port Redis will be accessible from.
Password secret_redis The password to the Redis server