module RedisClient::RESP3

def new_buffer

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

def new_buffer: () -> untyped

This signature was generated using 1 sample from 1 application.

def new_buffer
  String.new(encoding: Encoding::BINARY, capacity: 127)
end