Sign inSign up

wwright/magento2-redis

By wwright

•Updated over 4 years ago

Image
0

10K+

wwright/magento2-redis repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

34.2 MB

Last updated

about 6 years ago

docker pull wwright/magento2-redis