/docker-redis

Redis is an open-source, in-memory data structure store, used as a database, cache, and message broker. It supports various data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, and geospatial indexes with radius queries.

Primary LanguageYAMLMIT LicenseMIT

🎉 Docker Redis

Redis is an open-source, in-memory data structure store, used as a database, cache, and message broker. It supports various data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, and geospatial indexes with radius queries.

version rating uptime

🔑 Configuration

  • Host : localhost
  • Port : 6379
  • Password : password

🏆 Run

docker-compose up -d