CodeIgniter Memcached Caching |
[eluser]sweetD[/eluser]
So I read the below in the user guide but there is no memcached.php in the applicaiton/config/ directory. A bit confused as how to go about and use this feature. Quote:Memcached Caching http://ellislab.com/codeigniter/user-gui...#memcached
[eluser]PhilTem[/eluser]
Hm, true story. Maybe you want to open an issue on GitHub and pointing the people from EllisLab towards what you found ![]()
[eluser]sweetD[/eluser]
Now this seems irrelevant if you are using a service such as MemCachier, that uses user name and password and has no value of weight. I'm also new to this so I'm probably not doing this right. Any help would be greatly appreciated.
[eluser]sweetD[/eluser]
[quote author="PhilTem" date="1347399295"]Hm, true story. Maybe you want to open an issue on GitHub and pointing the people from EllisLab towards what you found ![]() Thanks, I did just that https://github.com/EllisLab/CodeIgniter/issues/1784
[eluser]sweetD[/eluser]
So I'm using the memcache server of MemCachier. I got a library going but I'm getting; Quote:A PHP Error was encountered Not sure if I should just ignore error with an @ symbol infront of the method call. I say this because it is adding correctly to the memcache server, but I get that error posted above. I tried the MemcacheSASL.php class outside of codeigniter and I get no issues at all using the methods.
[eluser]sweetD[/eluser]
It seems the error is coming from here; Code: if ($this->_options[self::OPT_COMPRESSION]) { which is defined earlier; Code: const OPT_COMPRESSION = -1001; I tried to echo $this->_options[self::OPT_COMPRESSION] and it reproduced the error above, again this is when it's inside of codeigniter, not when it's being used as standalone.
[eluser]sweetD[/eluser]
Here is the response from the issue I posted on gitHub https://github.com/EllisLab/CodeIgniter/issues/1784 |
Welcome Guest, Not a member yet? Register Sign In |