Skip to main content

GET

Syntax

GET key

Module

generic

Categories

fast keyspace read

Description

Get the value at the specified key.

Examples

Get the value at the specified key:

vault, err := echovault.NewEchoVault()
if err != nil {
log.Fatal(err)
}
value, err := vault.Get("key")