File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
redis-keeper-core/src/main/java/org/codeba/redis/keeper/core Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ public interface KListAsync {
6060 * @param timeout the timeout
6161 * @param unit the unit
6262 * @return the completable future
63- * @throws InterruptedException the interrupted exception
6463 */
6564 CompletableFuture <Object > blPopAsync (String key , long timeout , TimeUnit unit );
6665
@@ -99,7 +98,6 @@ public interface KListAsync {
9998 * @param timeout the timeout
10099 * @param unit the unit
101100 * @return the completable future
102- * @throws InterruptedException the interrupted exception
103101 */
104102 CompletableFuture <Object > brPopAsync (String key , long timeout , TimeUnit unit );
105103
Original file line number Diff line number Diff line change 22/*
33 * Copyright (c) 2024-2025, redis-keeper ([email protected] ) 44 *
5- * Licensed under the Apache License, Version 2.0 (the "License");
6- * you may not use this file except in compliance with the License.
7- * You may obtain a copy of the License at
5+ * Licensed under the Apache License, Version 2.0 (the "License");
6+ * you may not use this file except in compliance with the License.
7+ * You may obtain a copy of the License at
88 *
9- * http://www.apache.org/licenses/LICENSE-2.0
9+ * http://www.apache.org/licenses/LICENSE-2.0
1010 *
11- * Unless required by applicable law or agreed to in writing, software
12- * distributed under the License is distributed on an "AS IS" BASIS,
13- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- * See the License for the specific language governing permissions and
15- * limitations under the License.
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS,
13+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ * See the License for the specific language governing permissions and
15+ * limitations under the License.
1616 */
1717
18+ /**
19+ * @author codeba
20+ */
1821package org .codeba .redis .keeper .core ;
You can’t perform that action at this time.
0 commit comments