Chromium Code Reviews

Issue 1262173003: Use time.Time for internal memcache memory implementation (Closed)

Created:
5 years, 4 months ago by iannucci
Modified:
5 years, 4 months ago
Reviewers:
dnj, Vadim Sh., estaab, tandrii(chromium)
CC:
chromium-reviews
Base URL:
https://github.com/luci/gae.git@add_rdscache
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Stats (+31 lines, -27 lines)
M impl/memory/memcache.go View 6 chunks +28 lines, -23 lines 0 comments
M impl/memory/memcache_test.go View 1 chunk +3 lines, -4 lines 0 comments

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 5 (0 generated)
iannucci
5 years, 4 months ago (2015-08-04 17:45:56 UTC) #1
dnj
https://codereview.chromium.org/1262173003/diff/1/impl/memory/memcache.go File impl/memory/memcache.go (right): https://codereview.chromium.org/1262173003/diff/1/impl/memory/memcache.go#newcode66 impl/memory/memcache.go:66: return &mcItem{key, value, m.flags, 0, m.casID} Shouldn't you use ...
5 years, 4 months ago (2015-08-04 17:55:43 UTC) #2
iannucci
ptal https://codereview.chromium.org/1262173003/diff/1/impl/memory/memcache.go File impl/memory/memcache.go (right): https://codereview.chromium.org/1262173003/diff/1/impl/memory/memcache.go#newcode66 impl/memory/memcache.go:66: return &mcItem{key, value, m.flags, 0, m.casID} On 2015/08/04 ...
5 years, 4 months ago (2015-08-04 18:13:54 UTC) #3
dnj
lgtm
5 years, 4 months ago (2015-08-04 20:58:41 UTC) #4
iannucci
5 years, 4 months ago (2015-08-04 21:05:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
40b224e66512cc08f4100c800dcb4f5d4dcfcd2f (presubmit successful).

Powered by Google App Engine