Skip to content

Overview

The Valkey GLIDE Go wrapper consists of both Go and Rust code. The Go and Rust components communicate in two ways:

  1. Using the protobuf protocol.
  2. Using shared C objects. cgo is used to interact with the C objects from Go code.