In-memory data store service using Redis, purpose-built for the Cometa microservices environment. Ideal for caching, message brokering, and fast key-value data storage, with secure inbound access for internal services.
More details can be seen at the Backend section on Cometa Rocks GitHubโ repoโ .
6379cometa-behave-service| Property | Value |
|---|---|
| DNS | cometa-redis-service |
| Port | 6379 |
| Protocol | tcp |
| CPU | 1 core |
| RAM | 1 GB |
| Storage | 2 GB |
The Redis container accepts inbound connections only from:
cometa-behave-servicedocker run -d \
--name cometa-redis-service \
-p 6379:6379 \
redis:latest
Content type
Image
Digest
sha256:c9f2eaf57โฆ
Size
49 MB
Last updated
about 1 year ago
docker pull cometa/redis