Page MenuHomePhabricator

[keyserver] redis cache
ClosedPublic

Authored by varun on Tue, Oct 8, 1:23 PM.
Tags
None
Referenced Files
F2929570: D13636.diff
Wed, Oct 9, 3:17 PM
F2928325: D13636.diff
Wed, Oct 9, 2:59 AM
F2927087: D13636.id44975.diff
Tue, Oct 8, 8:23 PM
F2926990: D13636.id.diff
Tue, Oct 8, 7:25 PM
F2926963: D13636.diff
Tue, Oct 8, 6:56 PM
Subscribers

Details

Summary

this cache is used in the next diff to try to retrieve info about a particular fc channel without making a neynar API call.

Depends on D13635

Test Plan

tested in next diff

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Tue, Oct 8, 1:44 PM
This revision is now accepted and ready to land.Tue, Oct 8, 6:44 PM
This revision was automatically updated to reflect the committed changes.

in case someone in the future wonders why i created a new Redis client here... it's because once a client is in pub/sub mode, it can't be used for regular Redis operations like managing a cache