Skip to content

SebastienTolron/redis-config

 
 

Repository files navigation

OroRedisConfigBundle

Configuration enhancements for the application, based on the OroPlatform that will enable usage of the Redis for caching

Requirements

Need to install redis-server.
In Ubuntu Linux it can be installed via

    sudo apt-get install redis-server

Installation

From project root need to run

    composer require oro/redis-config 

Configuration

In parameters.yml need to add redis config section

    redis_dsn_cache: "redis://password@host:port/db"
    redis_dsn_session: "redis://password@host:port/db"

After this need to remove cache.

About

Configuration enhancements for the application, based on the OroPlatform that will enable usage of the Redis for caching

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%