Alex Morbo Posted January 10, 2011 Posted January 10, 2011 File Name: Lib rediska for IP.BoardFile Submitter: Alex MorboFile Submitted: 10 Jan 2011File Category: Modifications Rediska lib for IP.Board. Rediska official site: http://rediska.geometria-lab.ru/ Redis official site: http://redis.io/ In archive you can find upload dir, you need to upload all from that dir to forum root. To use rediska & redis you need install redis on your server & start it. Then in your applications you can use this code to connect to you redis server.$dbid = (int) '1'; // you can use something like $this->settings['your_app_setting_key']; $rediskaLib = IPSLib::loadLibrary( IPS_ROOT_PATH . 'sources/classes/rediska.php', 'rediska' ); $registry->setClass( 'rediska', new $rediskaLib() ); $registry->getClass( 'rediska' )->selectDb( $dbid ); All rediska documentation you can see at http://rediska.geometria-lab.ru/documentation/ Tested on 3.1.2Click here to download this file
Recommended Posts
Archived
This topic is now archived and is closed to further replies.