From 5c9b84565964d882a7c164997b20efa567b00d71 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 23 Nov 2021 15:42:05 +0200 Subject: [PATCH] chore: add missing readme --- example/scan-struct/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 example/scan-struct/README.md diff --git a/example/scan-struct/README.md b/example/scan-struct/README.md new file mode 100644 index 0000000..676f8e2 --- /dev/null +++ b/example/scan-struct/README.md @@ -0,0 +1,11 @@ +# Example for scanning hash fields into a struct + +To run this example: + +```shell +go run . +``` + +See +[Redis: Scanning hash fields into a struct](https://redis.uptrace.dev/guide/scanning-hash-fields.html) +for details.