Releases: flightaware/memcached-for-Tcl
Releases · flightaware/memcached-for-Tcl
v1.3.2
v1.3.1
v1.3.0
- Switch from the official libmemcached which hasn't had a release in 6 years to awesomized/libmemcached which is an updated reboot.
- Add 'server clear' command to allow changing the server list.
- Add 'strerror' command to get human-readable versions of error codes.
v1.2.1 incr, decr, prepend, flush
- Fix bug in incr/decr never returning the new value on success.
- Support additional optional arguments to the incr/decr, which use memcached_increment_with_initial and memcached_decrement_with_initial internally when necessary. (Note: MEMCACHED_BEHAVIOR_BINARY_PROTOCOL must be enabled first before using the extra arguments.)
- Add prepend and flush command
Special thanks to Danilo Chang for contributing the prepend and flush commands.
v1.2.0 utf8
- Support Unicode strings as values for get/set/add/append/replace operations.
- Ensure "get" always returns an error code is if memcached_get() returns NULL.
v1.1.1 BSD
The only significant change in this release is officially licensing as BSD.
New release 1.1.0
- Now includes a "behavior" command to allow getting/setting of various libmemcached configuration variables.
- More robust argument count checking for all commands.
- FreeBSD build commands updated for Tcl 8.6
- Detect process forking and clone a new memcached structure.
- Implement "memcache version" command.
Release of version 1.0.1
Reorganized code to use TEA 3.9 for configuration and building.