martijn189
Results
2
issues of
martijn189
What a fun and interesting project this is! I have a lot of admiration for those who make this, so first of all thank you for all the effort. Now...
When used to store Yii 1 sessions with Redis 7.2, i receive the error "Method Redis::delete() is deprecated". /var/www/protected/extensions/YiiRedis/ARedisSession.php(80) 78 public function destroySession($id) 79 { 80 $this->_connection->getClient()->delete($this->calculateKey($id)); 81 return true;...