Using setOption function with memcache in php

193 Views Asked by At

I am using memcache extension for connecting and playing around with the Memcache server. But now, I want to use a function that is not present in this library but present in Memcached called Memcached::setOption

Its really difficult for me to move the entire code from Memcache to Memcached.

Is there any way by which I can use the functionality of the setOption function without changing the code everywhere?

0

There are 0 best solutions below