https://github.com/natthasath/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.
https://github.com/natthasath/docker-redis
cache docker-compose redis
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/natthasath/docker-redis
- Owner: natthasath
- License: mit
- Created: 2022-09-16T08:16:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:42:36.000Z (over 1 year ago)
- Last Synced: 2025-02-26T10:36:55.505Z (over 1 year ago)
- Topics: cache, docker-compose, redis
- Language: YAML
- Homepage: https://redis.io/
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 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.



### 🔑 Configuration
- Host : localhost
- Port : 6379
- Password : password
### 🏆 Run
```shell
docker-compose up -d
```