forked from stvchu/memcacheq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
executable file
·40 lines (29 loc) · 1.37 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
2014-12-17 Steve Chu <[email protected]>
* version 0.2.1 is released.
2014-12-16 Steve Chu <[email protected]>
* disable udp by default, udp code is buggy and for reliable message, better not to use it :p
2010-08-12 Steve Chu <[email protected]>
* fix a lock bug when creating queue
2009-12-09 Steve Chu <[email protected]>
* version 0.2.0 is released.
2009-12-09 Steve Chu <[email protected]>
* the multiple queue map code is rewritten, now we support instant per-queue statistics. telnet and type 'stats queue' command for detail.
* tools are added for 'stats queue', check 'tools/'.
* a new option(-R) is added to remove useless transaction log automatically.
* some code clearup
2008-11-25 Steve Chu <[email protected]>
* version 0.1.1 is released.
2008-11-25 Steve Chu <[email protected]>
* Bugfix: 'stats queue' did not return right queue name
* All replication code has been discarded and removed. Original replication
code is buggy, also nobody want to use replication on a message queue system.
* more graceful exit
2008-09-19 Steve Chu <[email protected]>
* version 0.1.0 is released.
2008-09-19 Steve Chu <[email protected]>
* All code is rewritten based on latest memcachedb, and multiple queue is supported.
Please see 'README.html' for usage.
2008-03-17 Steve Chu <[email protected]>
* add a '-A' option to set page size
2008-03-15 Steve Chu <[email protected]>
* version 0.0.1 is released.