Closed GoogleCodeExporter closed 9 years ago
写错了,我是设置的如果超过1k,则开启压缩
Original comment by hezhou...@gmail.com
on 21 Jun 2011 at 8:53
如果我把操作方式改成先get出value后,然后在客户端做append操
作,再把新的value重新replace上去,就没有这个问题,但是这��
�的话,多了一次操作,网络开销也比直接append命令要大很多�
��而且还要考虑使用cas来处理并发,这样的话我感觉很不好。
Original comment by hezhou...@gmail.com
on 21 Jun 2011 at 9:14
我会验证下,谢谢反馈。
Original comment by killme2...@gmail.com
on 27 Jul 2011 at 9:14
我测试的结果比较诡异,有时候正确,有时候有你说的问题��
�
不过从用法上,你这样使用是有问题的。因为压缩后的数据��
�不是原始字符串了,你append后面的数据是跟压缩后的数据appe
nd在一起,然后get过来又整体做解压缩,这个数据就是有部分
是压缩的,部分是没有压缩的,结果可能不符合预期。
建议如果要用append还是不要做压缩。
Original comment by killme2...@gmail.com
on 7 Sep 2011 at 12:58
Original comment by killme2...@gmail.com
on 26 Mar 2012 at 10:36
Original issue reported on code.google.com by
hezhou...@gmail.com
on 21 Jun 2011 at 8:44