How can i cache grpc channels into Redis?
I have a grpc project and I want to send request between multi server with grpc. so, I want to cache grpcChannels to use every times. How can i save grpcChannels into redis with one key? Cache grpc channel into…