return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
slowlog(...\
func_get_args());
} public function smembers($key): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
smembers(...\
func_get_args());
} public function smove($src,
$dst,
$member): \RedisCluster|bool
{ 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());
}