module RedisClient::RESP3

def parse_null(io)

Experimental RBS support (using type sampling data from the type_fusion project).

def parse_null: (RedisClient::RubyConnection::BufferedIO io) -> untyped

This signature was generated using 1 sample from 1 application.

def parse_null(io)
  io.skip(EOL_SIZE)
  nil
end