Sign inSign up

cometa/redis

By cometa

โ€ขUpdated about 1 year ago

Image
0

553

cometa/redis repository overview

โ ๐Ÿš€ cometa-redis-service

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โ .


โ ๐Ÿงฐ Features

  • Redis service running on TCP port 6379
  • Optimized for lightweight, high-performance workloads
  • Restricted firewall access to:
    • cometa-behave-service
  • Minimal resource usage for maximum responsiveness

โ โš™๏ธ Configuration

PropertyValue
DNScometa-redis-service
Port6379
Protocoltcp
CPU1 core
RAM1 GB
Storage2 GB

โ ๐Ÿ” Firewall Access

The Redis container accepts inbound connections only from:

  • cometa-behave-service

โ ๐Ÿณ Usage Example

docker run -d \
  --name cometa-redis-service \
  -p 6379:6379 \
  redis:latest

โ ๐Ÿ› ๏ธ Best For

  • In-memory data caching
  • Real-time data transfer between services
  • Lightweight pub/sub messaging for Cometa service coordination

Tag summary

Content type

Image

Digest

sha256:c9f2eaf57โ€ฆ

Size

49 MB

Last updated

about 1 year ago

docker pull cometa/redis