abstract class Redis::Transport

Direct Known Subclasses

Defined in:

redis/transport.cr

Instance Method Summary

Instance Method Detail

abstract def read_char : Char #

[View source]
abstract def read_slice(slice : Slice) : Int32 #

[View source]
abstract def read_until(delimiter : String) : String #

[View source]
abstract def skip(bytes_count : Int) #

[View source]
abstract def write(value) : Nil #

[View source]