return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
smove(...\
func_get_args());
} public function sort($key,
$options = null
): \RedisCluster|array|bool|int|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sort(...\
func_get_args());
} public function sort_ro($key,
$options = null
): \RedisCluster|array|bool|int|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sort_ro(...\
func_get_args());
} public function spop($key,
$count = 0
): \RedisCluster|array|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
spop(...\
func_get_args());
} public function srandmember($key,
$count = 0
): \RedisCluster|array|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
srandmember(...\
func_get_args());
}