Page MenuHomePhabricator

[keyserver] redis cache
ClosedPublic

Authored by varun on Oct 8 2024, 1:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 3:56 AM
Unknown Object (File)
Sat, Nov 9, 2:23 AM
Unknown Object (File)
Mon, Nov 4, 12:34 AM
Unknown Object (File)
Sat, Nov 2, 7:37 PM
Unknown Object (File)
Fri, Nov 1, 2:31 AM
Unknown Object (File)
Wed, Oct 30, 8:05 PM
Unknown Object (File)
Wed, Oct 30, 1:58 AM
Unknown Object (File)
Mon, Oct 28, 11:34 AM
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.Oct 8 2024, 1:44 PM
This revision is now accepted and ready to land.Oct 8 2024, 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