Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2017-11-08, 00:53:44

Author Topic: Redis cache and kloxo-mr ?  (Read 2282 times)

0 Members and 1 Guest are viewing this topic.

Offline sIiiS

  • Valuable Member
  • *
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Redis cache and kloxo-mr ?
« on: 2014-01-26, 10:06:52 »
Hi Mustafa,

First, thank you for your great job ;)

I want to know, is Redis cache system compatible with kloxo-mr as well or not ?

want to use Redis and RedisSession for my sites with kloxo-mr but don't know work or not

Is this possible add it to kloxo-mr same as other cache systems ?

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Redis cache and kloxo-mr ?
« Reply #1 on: 2014-01-26, 10:37:19 »
I don't know about Redis. Install for web, php or application (as plugin)?
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Redis cache and kloxo-mr ?
« Reply #2 on: 2014-01-26, 10:40:59 »
FYI, server for this forum using:

1. Enable 'microcache' for hiawatha (because using hiawatha-proxy)
2. php53u-xcache for php code cache
3. Enable cache in SMF application for this forum.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sIiiS

  • Valuable Member
  • *
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Redis cache and kloxo-mr ?
« Reply #3 on: 2014-01-26, 11:11:36 »
Redis -> http://redis.io/

I have some magento website and magento use RedisSession as foreign cache system

Want to use it for websites

Offline sIiiS

  • Valuable Member
  • *
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Redis cache and kloxo-mr ?
« Reply #4 on: 2014-01-26, 11:14:33 »
More info

Quote
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.

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Redis cache and kloxo-mr ?
« Reply #5 on: 2014-01-26, 11:34:16 »
Run 'yum list|grep redis' and you can see certain rpm related to redis.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sIiiS

  • Valuable Member
  • *
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Redis cache and kloxo-mr ?
« Reply #6 on: 2014-01-26, 13:09:22 »
results

Code: [Select]
hiredis.i686                          0.10.1-3.el6              mratwork-epel
hiredis.x86_64                        0.10.1-3.el6              mratwork-epel
hiredis-devel.i686                    0.10.1-3.el6              mratwork-epel
hiredis-devel.x86_64                  0.10.1-3.el6              mratwork-epel
php-nrk-Predis.noarch                 0.8.4-1.el6               mratwork-epel
php-pecl-redis.x86_64                 2.2.4-1.el6               mratwork-epel
php-redis.x86_64                      77:2.2.1-4.el6            mratwork-centalt
php53u-pecl-redis.x86_64              2.2.4-3.ius.el6           mratwork-ius
php53u-pecl-redis-debuginfo.x86_64    2.2.4-3.ius.el6           mratwork-ius
php54-pecl-redis.x86_64               2.2.4-3.ius.el6           mratwork-ius
php54-pecl-redis-debuginfo.x86_64     2.2.4-3.ius.el6           mratwork-ius
python-redis.noarch                   2.0.0-1.el6               mratwork-epel
python32-hiredis.x86_64               0.1.2-1.ius.el6           mratwork-ius
python32-hiredis-debuginfo.x86_64     0.1.2-1.ius.el6           mratwork-ius
python32-redis.noarch                 2.9.0-1.ius.el6           mratwork-ius
python33-hiredis.x86_64               0.1.2-1.ius.el6           mratwork-ius
python33-hiredis-debuginfo.x86_64     0.1.2-1.ius.el6           mratwork-ius
python33-redis.noarch                 2.9.0-1.ius.el6           mratwork-ius
redis.x86_64                          2.8.4-1.el6               mratwork-centalt

Online MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Redis cache and kloxo-mr ?
« Reply #7 on: 2014-01-26, 13:30:35 »
Depend on your php branch, install with 'yum install php53u-pecl-redis' (if using php53u branch).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.04 seconds with 17 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM