forked from wentaozone/rediscn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.html
178 lines (167 loc) · 8.97 KB
/
update.html
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href='/css/styles.css' rel='stylesheet' type='text/css' />
<link href='/images/favicon.png' rel='shortcut icon' />
<script src='/js/jquery.min.1.4.js'></script>
<script src='/js/app.js'></script>
<meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport' />
<title>redis中文网更新日志 - Redis中文官方网站</title>
<meta http-equiv="description" content="redis中文网更新日志,罗列redis翻译团队每次迭代更新内容,及时同步redis.io的相关资料信息。" />
</head>
<body class=''>
<script src='/js/head.js'></script>
<div class='text'>
<section id='clients'>
<h1>redis中文网更新日志</h1>
<h2>2014年6月19日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.11。<br/>
2、更新<a href="/clients.html"/>客户端</a><br/>
</td></tr></table>
<h2>2014年3月7日</h2>
<h2>2014年5月29日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.9。<br/>
</td></tr></table>
<h2>2014年3月7日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.7。<br/>
2、更新<a href="/commands/scan.html">SCAN</a>命令。<br/>
</td></tr></table>
<h2>2014年2月27日</h2>
<table width="100%"><tr><td>
1、更新<a href="/topics/cluster-tutorial.html">Redis 集群教程</a> <br/>
2、添加<a href="/commands/pubsub.html">PUBSUB</a>、<a href="/commands/config-rewrite.html">CONFIG REWRITE</a>、<a href="/commands/client-pause.html">CLIENT PAUSE</a>命令<br/>
</td></tr></table>
<h2>2014年2月21日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.6。<br/>
2、添加<a href="/topics/cluster-tutorial.html">cluster</a>介绍<br/>
</td></tr></table>
<h2>2014年2月10日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.5。<br/>
2、下架新年祝福广告。<br/>
</td></tr></table>
<h2>2014年1月20日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.4。<br/>
2、更新<a href="/commands/rpush.html">RPUSH</a>命令<br/>
3、修改分享插件放置页面底部。<br/>
</td></tr></table>
<h2>2013年12月17日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.3。<br/>
2、更新<a href="/topics/faq.html">FAQ</a><br/>
3、更新keys系列命令。<br/>
</td></tr></table>
<h2>2013年12月4日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.8.2。<br/>
2、更新set系列命令。<br/>
3、更新<a href="/topics/data-types.html">数据类型</a>介绍文档。<br/>
4、更新<a href="/topics/signals.html">信号处理</a>文档。<br/>
</td></tr></table>
<h2>2013年9月29日</h2>
<table width="100%"><tr><td>
1、更新<a href="/commands/brpoplpush.html">BRPOPLPUSH</a>命令。<br/>
2、更新<a href="/commands/lpop.html">LPOP</a>命令。<br/>
3、更新<a href="/commands/rpop.html">RPOP</a>命令。<br/>
4、更新<a href="/commands/save.html">SAVE</a>命令。<br/>
5、更新<a href="/commands/lpushx.html">lpushx</a>命令。<br/>
6、更新<a href="/commands/monitor.html">MONITOR</a>命令。<br/>
7、更新<a href="/commands/expireat.html">EXPIREAT</a>命令。<br/>
8、更新<a href="/commands/dump.html">DUMP</a>命令。<br/>
9、更新<a href="/commands/migrate.html">MIGRATE</a>命令。<br/>
</td></tr></table>
<h2>2013年9月17日</h2>
<table width="100%"><tr><td>
1、更新<a href="/commands/object.html">OBJECT</a>命令。<br/>
2、更新<a href="/commands/shutdown.html">SHUTDOWN</a>命令。<br/>
3、更新<a href="/commands/sinter.html">SINTER</a>命令。<br/>
</td></tr></table>
<h2>2013年9月12日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.6.16。<br/>
2、更新<a href="/commands/blpop.html">BLPOP</a>命令。<br/>
3、更新<a href="/commands/brpop.html">BRPOP</a>命令。<br/>
4、更新<a href="/commands/sismember.html">SISMEMBER</a>命令。<br/>
</td></tr></table>
<h2>2013年8月22日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.6.15。<br/>
</td></tr></table>
<h2>2013年8月12日</h2>
<table width="100%"><tr><td>
1、更新<a href="/commands/lindex.html">LINDEX</a>命令。<br/>
2、更新<a href="/commands/linsert.html">LINSERT</a>命令。<br/>
3、更新<a href="/commands/lrem.html">LREM</a>命令。<br/>
4、更新<a href="/commands/lset.html">LSET</a>命令。<br/>
5、更新<a href="/commands/lrange.html">LRANGE</a>命令。<br/>
6、更新<a href="/commands/llen.html">LLEN</a>命令。<br/>
</td></tr></table>
<h2>2013年7月31日</h2>
<table width="100%"><tr><td>
1、更新<a href="/commands/move.html">MOVE</a>命令。<br/>
</td></tr></table>
<h2>2013年7月22日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.6.14。<br/>
2、更新<a href="/commands/rpushx.html">RPUSHX</a>命令。<br/>
</td></tr></table>
<h2>2013年4月1日</h2>
<table width="100%"><tr><td>
1、更新首页和下载页里redis的最新版本2.6.12。<br/>
2、临时增加愚人节快乐图片4秒。<br/>
3、添加更新日志页面的底部评论。<br/>
</td></tr></table>
<h2>2013年3月26日</h2>
<table width="100%"><tr><td>
1、更新首页翻译,添加遵守BSD协议部分。<br/>
2、更新<a href="/commands/append.html">APPEND</a>命令。<br/>
3、更新<a href="/commands.html">redis命令</a>页面,修改论坛回复后邮件提示的导航地址错误。<br/>
</td></tr></table>
<h2>2013年3月12日</h2>
<table width="100%"><tr><td>
1、跟进<a href="http://redis.io">redis.io</a>新添加命令incrbyfloat、hincrbyfloat、client-kill、client-list等。<br/>
2、更新<a href="/documentation.html">redis文档</a>页面,添加<a href="/topics/mass-insert.html">大量添加数据</a>、<a href="/topics/partitioning.html">partitioning</a>等页面。<br/>
3、更新首页和下载页里redis的最新版本2.6.11。
</td></tr></table>
<h2>2012年3月12日</h2>
<table width="100%"><tr><td>
完成redis头部导航页面翻译和基本命令Keys、String、hash、Transactions、Connection、server的翻译。
</td></tr></table>
<h2 id='ActionScript'>2011年11月11日</h2>
<table width="100%"><tr><td>
<a href="http://redis.cn">redis.cn</a>网站正式开通,开始翻译<a href="http://redis.io">redis.io</a>全站内容。
</td></tr></table>
</section>
</div>
<div class='text' id='comments'>
<div id='disqus_thread'></div>
<script type='text/javascript'>
//<![CDATA[
var disqus_shortname = 'rediscn';
// The following are highly recommended additional parameters. Remove the slashes in front to use.
var disqus_identifier = 'update';
var disqus_url = 'http://redis.cn/update.html';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
//]]>
</script>
<a class='dsq-brlink' href='http://disqus.com'>
Comments powered by
<span class='logo-disqus'>
Disqus
</span>
</a>
</div>
<script src='/js/foot.js'></script>
</body>
</html>