Skip to content

viosys/VioRedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VIO.Redis plugin

Shopware 6 plugin to allow easy and save session and cache handling with redis.

.env configuration

Session handling

REDIS_SESSION_ENABLED=1
REDIS_SESSION_HOST=127.0.0.1
REDIS_SESSION_PORT=40000
REDIS_SESSION_PASSWORD=...
REDIS_SESSION_DB=0

Cache handling

REDIS_CACHE_ENABLED=1
REDIS_CACHE_HOST=127.0.0.1
REDIS_CACHE_PORT=40000
REDIS_CACHE_PASSWORD=...
REDIS_CACHE_DB=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages