-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathversion.txt
More file actions
88 lines (74 loc) · 3.11 KB
/
version.txt
File metadata and controls
88 lines (74 loc) · 3.11 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Version History for QuickCached
--------------------------------
Current Version: 2.0.1
version 2.0.2 [12-Aug-2017]
---------------------------
# Bug Fixes
+ Upgraded QuickServer to 2.1.0
version 2.0.1 [02-Jul-2014]
---------------------------
# Bug Fix
version 2.0.0 [15-Feb-2014]
---------------------------
+ Added QuickCached Client
+ Server: Added support to configure max key size (default: 250)
+ Server: Added support to configure max value size (default: 6MB)
# Server: Modified server to close connection when bad req
(with invalid parameters) received (to prevent bad processing of data)
+ Client: Added support to configure max key size (default: 250)
+ Client: Added support to configure max value size (default: 6MB)
+ Added total_res_count,slow_res_count,slow_res_percent,slow_res_avg_time_ms to stats
# Fixed slow res calculation bugs
# Fixed pool size in load test code
# Fixed get_count in stats bug (was including internal get calls)
version 2.0.0 RC1 [20-Oct-2012]
---------------------------
+ Added Touch command in Text Interface.
+ Added Touch, GAT, GATQ command in Binary Interface.
+ Implemented alternate cache impl using SoftReference in a ConcurrentHashMap (now default)
+ Added support for saving state b/w re-start (by default this is turned off.. see xml)
- Removed -Xconcurrentio from jvm flags
! Bug fixes
# Improved concurrency, cache update handling
version 1.1.0 [11-Sep-2011]
---------------------------
+ Upgraded to QuickServer 1.4.8
+ Implemented alternate cache impl using h2databased in-memory database
+ Implemented alternate cache impl using Direct ByteBuffer
+ Implemented alternate cache impl using ConcurrentHashMap
+ Implemented client abstraction for using XMemcached and SpyMemcached client API
# Improved cache for better input stream handling.
! Bug fix for CAS in set (Binary Mode only)
+ Added application version, memory percent used in stats output
+ We have configurable Memcached version to output to client
+ Added Stats Report support to log stats output to a csv file at a interval specified
+ Added support to check for low memory and call GC if required
+ Added support for computing set averages - keysize, value size and ttl
(needs to be turned on in xml)
# parametrized charset - defaults to ISO-8859-1
# Network performance is now tuned
version 1.0.2 [19-Feb-2011]
---------------------------
+ Add, Replace, Append, Prepend, CAS, Increment, Decrement commands now supported.
+ Flush All with delay is also supported now.
# Added 3hour socket timeout by default
+ Monitors JVM memory and will trigger flush_all if it reached 95% usage (configrable in xml)
version 1.0.1 [19-Feb-2011]
---------------------------
! Bug fixes for stats, verison and get command
! Bug fixes for CLI and logging
version 1.0.0 [26-Jan-2011]
---------------------------
+ Added support for TCP Port
+ Added support Text and Binary Protocol
+ Commands implemented:
set, setq
get, getq
delete, deleteq
flush
no-op or noop
version (not yet fully working)
stats (not yet fully working)
+ Supports CLI
+ Supports plug-able cache implementation.
+ Comes with WhirlycottCache implementation