- Add os at stat method
- Bug fix and preparing to reconnect dead connections by errors
- New feature Multiply server connection
- Documentation improve
- add support for noreply
the memcache protocol defines a 'noreply' optional parameter, which instructs the server to not send a reply. In heavy usage environments this can lead to significant performance improvements.
- New features keys may be "str" typed and extension method "prepend" is "+" on python
- New features new type of values "str" and extension method "append" is "+" on python
- New features "add", "replace", "append", "prepend"
- Initial release