-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
52 lines (26 loc) · 1.4 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2017-04-09 Jeff Lawson <[email protected]>
Release of version 1.2.1
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.)
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
Officially license as BSD
2016-05-17 Jeff Lawson <[email protected]>
Release of version 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.
2010-10-28 Jeff Lawson <[email protected]>
Release of version 1.0.1
Reorganized code to use TEA 3.9 for configuration and building.
2009-02-12 Jeff Lawson <[email protected]>
Initial release of version 1.0