public interface IMineRedis
限定符和类型 | 方法和说明 |
---|---|
default @NotNull RedisManager |
create(@NotNull io.lettuce.core.RedisURI url) |
default @NotNull RedisManager |
create(@NotNull io.lettuce.core.RedisURI url,
@NotNull io.lettuce.core.ClientOptions options) |
@NotNull RedisManager |
create(@NotNull io.lettuce.core.RedisURI url,
@NotNull io.lettuce.core.resource.ClientResources resources,
@NotNull io.lettuce.core.ClientOptions options) |
@NotNull java.util.logging.Logger |
getLogger() |
@NotNull RedisManager |
getManager() |
@NotNull java.lang.String |
getServerID() |
void |
shutdown(RedisManager manager)
终止并关闭一个 RedisManager 实例。
|
void |
supplyServerID(@Nullable java.util.function.Supplier<java.lang.String> idProvider) |
@NotNull @NotNull java.util.logging.Logger getLogger()
@NotNull @NotNull java.lang.String getServerID()
void supplyServerID(@Nullable @Nullable java.util.function.Supplier<java.lang.String> idProvider)
@NotNull @NotNull RedisManager getManager()
@NotNull @NotNull RedisManager create(@NotNull @NotNull io.lettuce.core.RedisURI url, @NotNull @NotNull io.lettuce.core.resource.ClientResources resources, @NotNull @NotNull io.lettuce.core.ClientOptions options)
@NotNull default @NotNull RedisManager create(@NotNull @NotNull io.lettuce.core.RedisURI url, @NotNull @NotNull io.lettuce.core.ClientOptions options)
@NotNull default @NotNull RedisManager create(@NotNull @NotNull io.lettuce.core.RedisURI url)
void shutdown(RedisManager manager)
manager
- RedisManager实例Copyright © 2025. All rights reserved.