Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 261 Bytes

redis.md

File metadata and controls

14 lines (11 loc) · 261 Bytes

Redis

The Redis container image is a lightweight, open-source, and in-memory data structure store used as a cache, database, and message broker.

tasks:
  "":
    image: redis
volumes:
- hostPath:
    path: volumes/redis/data
  name: redis.data