Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [question] Redis cache driver thrown exeption in phpunit?
Post: RE: [question] Redis cache driver thrown exeption ...

Hi, feryardiant. Now I wrote like this: Code: -- // application/libraries/Cache/drivers/MY_Cache_redis.php public function __destruct() {  if ($this->_redis)  {    try {      $this->_re...
5,999 Views
3 Replies
10-26-2015, 02:39 PM
trsw
    Thread: RedisException occured when is_supported is false.
Post: RedisException occured when is_supported is false.

Hi, I want to display a error screen with `show_error` when redis server does not start. But RedisException occured on `__destruct`. What should I do? ## error log Code: -- [Tue Jul 28 01:24...
3,394 Views
0 Replies
07-27-2015, 08:21 PM
trsw

Theme © iAndrew 2016 - Forum software by © MyBB