0 Members and 1 Guest are viewing this topic.
Redis is an open source, Berkley Software Distribution (BSD) licensed, advanced key-value store that can optionally be used in Magento for back end and session storage. In fact, you can replace memcached with Redis.Following are some of the benefits Redis provides for Magento implementations:Redis supports on-disk save and master/slave replication. This is a powerful feature not supported by memcached. Replication enables high availability by eliminating a single point of failure.Redis can be used for PHP session storage.Redis provides much better eviction control and its back end is written with eviction support in mind.Redis supports multiple databases that use the same server instance so you can use different databases for the Magento cache, full page cache (EE only), and sessions without starting many processes listening on different ports.Redis supports compression libraries gzip, lzf, and snappy. lzf and snappy are much faster than gzip.Limits the number of concurrent lock requests before an HTTP 503 (Service Unavailable) error is returned.s returned.
hiredis.i686 0.10.1-3.el6 mratwork-epelhiredis.x86_64 0.10.1-3.el6 mratwork-epelhiredis-devel.i686 0.10.1-3.el6 mratwork-epelhiredis-devel.x86_64 0.10.1-3.el6 mratwork-epelphp-nrk-Predis.noarch 0.8.4-1.el6 mratwork-epelphp-pecl-redis.x86_64 2.2.4-1.el6 mratwork-epelphp-redis.x86_64 77:2.2.1-4.el6 mratwork-centaltphp53u-pecl-redis.x86_64 2.2.4-3.ius.el6 mratwork-iusphp53u-pecl-redis-debuginfo.x86_64 2.2.4-3.ius.el6 mratwork-iusphp54-pecl-redis.x86_64 2.2.4-3.ius.el6 mratwork-iusphp54-pecl-redis-debuginfo.x86_64 2.2.4-3.ius.el6 mratwork-iuspython-redis.noarch 2.0.0-1.el6 mratwork-epelpython32-hiredis.x86_64 0.1.2-1.ius.el6 mratwork-iuspython32-hiredis-debuginfo.x86_64 0.1.2-1.ius.el6 mratwork-iuspython32-redis.noarch 2.9.0-1.ius.el6 mratwork-iuspython33-hiredis.x86_64 0.1.2-1.ius.el6 mratwork-iuspython33-hiredis-debuginfo.x86_64 0.1.2-1.ius.el6 mratwork-iuspython33-redis.noarch 2.9.0-1.ius.el6 mratwork-iusredis.x86_64 2.8.4-1.el6 mratwork-centalt
Page created in 0.039 seconds with 18 queries.