RedisException [ 0 ]: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.

APPPATH/classes/Model/Context.php [ 702 ]

697 		return $result;
698 	}
699 
700 	public function trackEvent($event,$id)
701 	{
702 		$this->connector->hIncrBy(sprintf('%s:1',$event),$id,1);
703 	}
704 	public function accumulateEvents($event)
705 	{
706 		$this->connector->pipeline();
707 		for ($i = 1; $i <= 30; $i++) $this->connector->hGetAll(sprintf('%s:%s',$event,$i));
  1. APPPATH/classes/Model/Context.php [ 702 ] » Redis->hIncrBy(arguments)

  2. APPPATH/classes/Controller/Blog.php [ 90 ] » Model_Context_Redis->trackEvent(arguments)

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Blog->action_detail()

  4. {PHP internal call} » Kohana_Controller->execute()

  5. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  6. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  7. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

  8. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment