axelay
Results
2
issues of
axelay
Hi, I am trying to sort a list using the following: `$users = $this->redis->sort('users', array('by' => '*->time_created'), array('limit' => '0 2'));` But I always end up with FALSE, whereas `$users...
Hi, I was using the 2.1.0 package successfully and my custom events were being sent properly. Back on the 26th of April I updated to the latest version available (2.1.1)...