Skip to content

Commit

Permalink
BAP-10648: Enable Redis as Cache Storage (#6555)
Browse files Browse the repository at this point in the history
-  Added `OroRedisConfigBundle` as dependency to platform
 - Regenerated dev.lock files
-  Updated documentation
  • Loading branch information
pusachev authored and alexandr-parkhomenko committed Jan 13, 2017
1 parent a90b5ef commit 06b3406
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 170 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ More details about this issue can be found [here][8]

The OroCommerce sample application is based on the Symfony standard application, so the web server configuration recommendations are the [same][9].

##Using Redis for application caching

To use Redis for application caching, follow the corresponding [configuration instructions][10]

[1]: http://getcomposer.org/
[2]: https://github.com/fxpio/composer-asset-plugin/blob/master/Resources/doc/index.md
[3]: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
Expand All @@ -162,3 +166,4 @@ The OroCommerce sample application is based on the Symfony standard application,
[7]: http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_large_prefix
[8]: https://mathiasbynens.be/notes/mysql-utf8mb4#utf8-to-utf8mb4
[9]: http://symfony.com/doc/2.8/setup/web_server_configuration.html
[10]: https://github.com/orocrm/redis-config#configuration
Loading

0 comments on commit 06b3406

Please sign in to comment.