DescriptionFix memcache.Interface.Get to return a memcache.Item
This intentionally doesn't change GetMulti. Since GetMulti is used for batch
operations, it's actually more convenient to have a pipeline of actions (e.g.
AddMulti -> GetMulti). Otherwise you have to carry around a []Item and a
[]string and keep them both in sync (overhead, error prone).
R=dnj@chromium.org, estaab@chromium.org, maruel@chromium.org, tandrii@chromium.org, vadimsh@chromium.org
BUG=https://github.com/luci/gae/issues/3
Committed: https://github.com/luci/gae/commit/7ea0f5dc2195392a7cf840d5bfe59fee239ad7eb
Patch Set 1 #
Total comments: 1
Depends on Patchset: Messages
Total messages: 8 (2 generated)
|