Connection

<aside> 👉🏻 TCP/IP sockets are the most straightforward and flexible connection method, while WebSockets are ideal for real-time applications. Meanwhile, Unix domain sockets can provide faster communication, while TLS/SSL connections and SSH port forwarding are the most secure options. Finally, client libraries offer a simplified way to connect to Redis in many common programming languages.

</aside>

Pipeline

Transaction