Open GoogleCodeExporter opened 8 years ago
可以仿照一下redis
Out-of-range indexes
Out of range indexes will not produce an error. If start is larger than the end
of the list, or start > end, an empty list is returned. If end is larger than
the actual end of the list, Redis will treat it like the last element of the
list.
Original comment by Mr.Brigh...@gmail.com
on 13 Jul 2011 at 11:08
应该不会core,在client端有限制的。
out-of-range这里,memlink和redis是差不多的,只是在client端预估��
�一下数据的大小,超过1M就会返回错误。
Original comment by zhaowei...@gmail.com
on 14 Jul 2011 at 2:40
Original issue reported on code.google.com by
Mr.Brigh...@gmail.com
on 13 Jul 2011 at 10:27