11Summary:  Twitter's nutcracker redis and memcached proxy
22Name:  nutcracker
3- Version:  0.4.0 
3+ Version:  0.4.1 
44Release:  1
55
66URL:  https://github.com/twitter/twemproxy/
@@ -16,7 +16,8 @@ BuildRequires: libtool
1616
1717%description 
1818twemproxy (pronounced "two-em-proxy"), aka nutcracker is a fast and lightweight proxy for memcached and redis protocol.
19- It was primarily built to reduce the connection count on the backend caching servers.
19+ It was primarily built to reduce the connection count on the backend caching servers. This, together with protocol
20+ pipelining and sharding enables you to horizontally scale your distributed caching architecture.
2021
2122%prep 
2223%setup  -q
6566%config (noreplace)%{_sysconfdir }/%{name }/%{name }.yml
6667
6768%changelog 
69+ * 
Mon Jun 22 2015   Manju Rajashekhar  <[email protected] > 70+ - twemproxy: version 0.4.1 release 
71+ - redis_auth is only valid for a redis pool 
72+ - getaddrinfo returns non-zero +ve value on error 
73+ - fix-hang-when-command-only (charsyam) 
74+ - fix bug crash when get command without key and whitespace (charsyam) 
75+ - mark server as failed on protocol level transiet failures like -OOM, -LOADING, etc 
76+ - implemented support for parsing fine grained redis error response 
77+ - remove redundant conditional judgement in rbtree deletion (leo ma) 
78+ - fix bug mset has invalid pair (charsyam) 
79+ - fix bug mset has invalid pair (charsyam) 
80+ - temp fix a core on kqueue (idning) 
81+ - support "touch" command for memcached (panmiaocai) 
82+ - fix redis parse rsp bug (charsyam) 
83+ - SORT command can take multiple arguments. So it should be part of redis_argn() and not redis_arg0() 
84+ - remove incorrect assert because client could send data after sending a quit request which must be discarded 
85+ - allow file permissions to be set for UNIX domain listening socket (ori liveneh) 
86+ - return error if formatted is greater than mbuf size by using nc_vsnprintf() in msg_prepend_format() 
87+ - fix req_make_reply on msg_get, mark it as response (idning) 
88+ - redis database select upon connect (arne claus) 
89+ - redis_auth (charsyam) 
90+ - allow null key(empty key) (idning) 
91+ - fix core on invalid mset like "mset a a a" (idning) 
92+ 
6893* 
Tue Oct 18 2014  idning <[email protected] > 6994- twemproxy: version 0.4.0 release 
7095- mget improve (idning) 
0 commit comments