return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sintercard(...\
func_get_args());
} public function sInterStore($key, ...
$other_keys): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sInterStore(...\
func_get_args());
} public function sMembers($key): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sMembers(...\
func_get_args());
} public function sMisMember($key,
$member, ...
$other_members): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sMisMember(...\
func_get_args());
} public function sMove($src,
$dst,
$value): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sMove(...\
func_get_args());
}