Skip to content

Commit

Permalink
Avoid exception when redisson address is null (#12883)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Dec 12, 2024
1 parent a83b600 commit ce01f00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public static RedissonRequest create(InetSocketAddress address, Object command)
return new AutoValue_RedissonRequest(address, command);
}

@Nullable
public abstract InetSocketAddress getAddress();

public abstract Object getCommand();
Expand Down

0 comments on commit ce01f00

Please sign in to comment.