Packages
radish_fork
0.15.0
A Gleam client for Valkey, KeyDB, Redis and other tools with compatible APIs
Current section
Files
Jump to
Current section
Files
src/radish/error.gleam
import mug
pub type Error {
NotFound
RESPError
ActorError
ConnectionError
TCPError(mug.Error)
ServerError(String)
}