doctests/README.md
These examples appear on the Redis documentation site as part of the tabbed examples interface.
Example and write your test in it.// EXAMPLE: set_and_get.See https://github.com/redis-stack/redis-stack-website#readme for more details.
doctests directorygo test to test all examples in the directory.go test filename.go to test a single file