Go
The DiceDB Go SDK is the official Go client for DiceDB.
Make sure that the DiceDB server is running before you start using the SDK and following this guide.
Installation
To install the DiceDB Go SDK, use go get
:
go get github.com/dicedb/dicedb-go@v1.0.3
Hello World
A simple “Hello, World!” example to get you started with the DiceDB Go SDK, can be found in the examples/hello-world-go directory.
Follow the instructions in the README to run the example.