rediska

How to correct PHP path for codeIgniter plugin?

Hi everyone, I have tried by myself to install Rediska (Redis PHP client) into my codeigniter application, but without any success. I'll get insane amounts of "No such file or directory"-errors when trying to put it into the plugins folder of Codeigniter: Severity: Warning Message: require_once(Rediska/Connection/Exception.ph...

Redis and PHP (Rediska) intersect on set

Hey guys, I'm trying to do some tricks with a graph (node/edges) dataset. In this case a set of data where person x follows person y (direct relation). I want to load this data (from a mysql table) into redis (have it running). I've chosen to use Rediska because I use PHP and it seems stable. Rediska has very limited documentation an...