In-Memory

This type of driver is already supported by the RoadRunner and does not require any additional installations.

Configuration

The complete memory driver configuration:

.rr.yaml
version: "3"

kv:
  # User defined name of the storage.
  memory:
    # Required section.
    # Should be "memory" for the memory driver.
    driver: memory
    config: {}

There are no additional configuration options for this driver. The in-memory driver will automatically create callbacks for items with TTL.

Last updated

Was this helpful?