Skip to content

Commit

Permalink
[nodeploy] Document return for RedisInstance#disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
CominAtYou committed Jun 5, 2024
1 parent bb5f916 commit 5c90b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/cominatyou/db/RedisInstance.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static void connect() {

/**
* Close the connection to the Redis database.
* @return Whether or not the connection was successfully closed.
*/
public static boolean disconnect() {
if (client != null) {
Expand Down

0 comments on commit 5c90b93

Please sign in to comment.