Search code examples
performancetcpredistransport

What transport is used by redis to send receive messages


SignalR hosted on IIS. a requirement wants UDP data listener on signalr but being hosted on IIS i couldn't use it as IIS doesn't deals with UDP requests. this made me use redis store for storing UDP data sent by some other server(node/window service). and that data accessed by SignalR hosted on IIS. Redis is faster as said but what transport it use underneath and can it be called as giving clipboard kind of functionality or a sharable memory by applications is the question.


Solution

  • Straight TCP

    And the answer is so short I have to type this as well!