Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
logservice> create josh Created log 'josh' logservice> put josh a logservice> read josh First=0, lastId=1 [] logservice> put josh b logservice> read josh First=0, lastId=2 [0:2 josha] logservice> put josh c logservice> read josh First=0, lastId=3 [0:2 josha, 0:2 joshb]
pardon the crappy formatting on the log data, but it seems like we always read up to the n-1'th record instead of all n records as the shell should do.