Redis Gy- another redis cache for opencart

Redis Gy- another redis cache for opencart
hi guys,
i just write a new redis cache extension for opencart.
in this extension, you can set password and database for your redis server.
and i am developing to move opencart session to redis.
it will be done ASAP!
thanks!
anything you need , please contact me: gymiles@foxmail.com.


install instructions:
1.upload redisgy.php to opencart/system/library/cache
2.edit opencart/system/config/default.php
$_['cache_engine'] = 'redisgy'; // apc, file, mem or memcached
3.edit /config.php, add like this, just use your setting:
define('REDIS_HOSTNAME', '127.0.0.1');
define('REDIS_PORT',6379);
define('REDIS_PREFIX', 'CCC_');
define('REDIS_PASSWORD', '');
define('REDIS_DB', 8);
//define('REDIS_SERIALIZE', true);
4.use admin cache, edit /admin/config.php, add:
//redis config
define('REDIS_HOSTNAME', '127.0.0.1');
define('REDIS_PORT',6379);
define('REDIS_PREFIX', 'CCC_');
define('REDIS_PASSWORD', '');
define('REDIS_DB', 8);
//define('REDIS_SERIALIZE', true);



Miles




Price
$20.00

  • Developed by OpenCart Community
  • 12 Months Free Support
  • Documentation Included

Rating

Compatibility
3.0.1.3, 3.0.2.0

Last Update
9 Nov 2018

Created
8 Nov 2018
4 Sales
1 Comments
gymiles
gymiles
Member since: 25 Jan 2012

View all extensions Get Support