we're using redis because we have multiple keyserver nodes that will need access to this data in order to minimize the number of neynar client calls
instead of caching led channels by the lead user, we cache all channels we get from the fetchFollowed neynar client method by channel ID. we do this in the background since we don't need to block on this operation.
Depends on D13636