Skip to content

willwright/magento2-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Redis for Magento2

THIS IS NOT FOR PRODUCTION USE

Magento Version Support

  • 2.3
  • 2.4

Example Usage

docker-compose.yaml

  redis-cache:
    image: wwright/magento2-redis:
    command: [redis-server,/etc/redis/6379-redis-cache.conf]
  redis-fpc:
    image: wwwright/maegnto2-redis
    command: [redis-server,/etc/redis/6380-redis-fpc.conf]
  redis-session:
    image: wwright-magento2-redis
    command: [redis-server,/etc/redis/6381-redis-sessions.conf]

docker run wwright/magento2-redis redis-server /etc/redis/6379-redis-cache.conf

Documentation

Redis 5.0.x

Defaults

Extensibility

Configuration files can be overwritten by mounting a volume containing your customized configurations.

Examples

docker run -v /Users/myuser/etc/redis:/etc/redis wwright/magento2-redis redis-server /etc/redis/my-custom-config.conf

  redis-session:
    volumes:
     - /Users/myuser/etc/redis:/etc/redis
    image: wwright/magento2-redis
    command: [redis-server,/etc/redis/my-custom-config.conf]

Tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published