-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:bovine/memcached-for-Tcl
- Loading branch information
Showing
3 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,20 @@ | |
|
||
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.) | ||
|
||
2016-11-22 Danilo Chang <[email protected]> | ||
|
||
Add prepend and flush command | ||
|
||
2016-11-11 Jeff Lawson <[email protected]> | ||
|
||
Release of version 1.2.0 | ||
|
||
Support Unicode strings as values for get/set/add/append/replace operations. | ||
|
||
2016-06-03 Jeff Lawson <[email protected]> | ||
|
||
Ensure "get" always returns an error code is if memcached_get() returns N…ULL. | ||
|
||
2016-06-01 Jeff Lawson <[email protected]> | ||
|
||
Release of version 1.1.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters