2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Adds support for UNIX sockets (#272)

close #246
This commit is contained in:
Anarthal (Rubén Pérez)
2025-06-20 13:23:39 +02:00
committed by GitHub
parent 89a42dbf74
commit 7304d99bf6
20 changed files with 640 additions and 141 deletions

View File

@@ -414,6 +414,7 @@ The examples below show how to use the features discussed so far
* cpp20_intro.cpp: Does not use awaitable operators.
* cpp20_intro_tls.cpp: Communicates over TLS.
* cpp20_unix_sockets.cpp: Communicates over UNIX domain sockets.
* cpp20_containers.cpp: Shows how to send and receive STL containers and how to use transactions.
* cpp20_json.cpp: Shows how to serialize types using Boost.Json.
* cpp20_protobuf.cpp: Shows how to serialize types using protobuf.