Page MenuHomePhabricator

Introduce a serializing key-value cache proxy
ClosedPublic

Authored by epriestley on Dec 6 2016, 1:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 6, 12:43 PM
Unknown Object (File)
Mon, May 5, 3:10 PM
Unknown Object (File)
Fri, Apr 25, 6:16 AM
Unknown Object (File)
Thu, Apr 24, 1:21 PM
Unknown Object (File)
Sat, Apr 19, 1:09 PM
Unknown Object (File)
Mar 26 2025, 1:09 PM
Unknown Object (File)
Mar 25 2025, 5:16 PM
Unknown Object (File)
Mar 9 2025, 11:44 PM
Subscribers
None

Details

Summary

Ref T11954. I want to store some lists/arrays in the mutable (database) cache, but it only supports string storage.

Provide a serializing wrapper which flattens when values are written and expands them when they're read.

Test Plan

Used by D16997. See that revision.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Introduce a serializing key-value cache proxy.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 6 2016, 4:32 PM
This revision was automatically updated to reflect the committed changes.