struct Agave::SimpleString

Overview

Compatible with Redis's simple string. Serialized as +value goes here\r\n.

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value) #

[View source]
def to_resp3(io : IO) #

[View source]
def value : String #