We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a increment/decrement methods in memcache class which should work with native increment/decrement methods of memcache server.
These method are needed for making counters. get/save value are not atomic as increment/decrement
The text was updated successfully, but these errors were encountered:
when this is implemented we should also use php5-memcached instead of php5-memcache
Sorry, something went wrong.
Can this one be closed now?
No branches or pull requests
Need a increment/decrement methods in memcache class which should work with native increment/decrement methods of memcache server.
These method are needed for making counters. get/save value are not atomic as increment/decrement
The text was updated successfully, but these errors were encountered: