Skip to content

Giveth/giveth-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Giveth Redis

Our own redis setup, with special configs that are able to support our backend application usage case. With specific extra configurations redis.conf

Usage

You can find the docker-compose configuration snippet example here:

# REDIS
  redis-all:
    image: ghcr.io/giveth/giveth-redis:latest
    container_name: redis-all
    networks:
      - giveth
    environment:
      - REDIS_ALLOW_EMPTY_PASSWORD=yes
    restart: always
    volumes:
      - redis-data:/data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages