Remotecache: Migrates get/set calls to use bytearrays and remove get/set functions (#63525)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
@@ -96,5 +96,5 @@ func (a *AnonSessionService) TagSession(ctx context.Context, httpReq *http.Reque
|
||||
|
||||
a.localCache.SetDefault(key, struct{}{})
|
||||
|
||||
return a.remoteCache.Set(ctx, key, key, thirtyDays)
|
||||
return a.remoteCache.SetByteArray(ctx, key, []byte(key), thirtyDays)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user