Class CFRESERVE

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.cuckoo.CFRESERVE
All Implemented Interfaces:
BaseResp3Command, Resp3Command

public class CFRESERVE extends RespCommand implements Resp3Command
CF.RESERVE key capacity [BUCKETSIZE bucketsize] [MAXITERATIONS maxiterations] [EXPANSION expansion]

Creates an empty Cuckoo filter with the specified capacity.

Since:
16.2
See Also: