Skip to content

Commit

Permalink
Fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun committed Jun 7, 2024
1 parent 2ddc80c commit 6dcfbad
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 144 deletions.
48 changes: 24 additions & 24 deletions src/main/java/io/lettuce/core/api/async/RedisHashAsyncCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param seconds the seconds type: long.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hexpire(K key, long seconds, K... fields);
Expand All @@ -458,9 +458,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param expireArgs the expiry arguments.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hexpire(K key, long seconds, ExpireArgs expireArgs, K... fields);
Expand All @@ -472,9 +472,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param seconds the TTL {@link Duration}
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hexpire(K key, Duration seconds, K... fields);
Expand All @@ -487,9 +487,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param expireArgs the {@link ExpireArgs}.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hexpire(K key, Duration seconds, ExpireArgs expireArgs, K... fields);
Expand Down Expand Up @@ -610,9 +610,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param milliseconds the milliseconds type: long.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hpexpire(K key, long milliseconds, K... fields);
Expand All @@ -625,9 +625,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param expireArgs the expiry arguments.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hpexpire(K key, long milliseconds, ExpireArgs expireArgs, K... fields);
Expand All @@ -639,9 +639,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param milliseconds the milliseconds.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hpexpire(K key, Duration milliseconds, K... fields);
Expand All @@ -654,9 +654,9 @@ RedisFuture<StreamScanCursor> hscanNovalues(KeyStreamingChannel<K> channel, K ke
* @param expireArgs the expiry arguments.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
RedisFuture<List<Long>> hpexpire(K key, Duration milliseconds, ExpireArgs expireArgs, K... fields);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param seconds the seconds type: long.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hexpire(K key, long seconds, K... fields);
Expand All @@ -488,9 +488,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param expireArgs the expiry arguments.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hexpire(K key, long seconds, ExpireArgs expireArgs, K... fields);
Expand All @@ -502,9 +502,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param seconds the TTL {@link Duration}
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hexpire(K key, Duration seconds, K... fields);
Expand All @@ -517,9 +517,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param expireArgs the {@link ExpireArgs}.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hexpire(K key, Duration seconds, ExpireArgs expireArgs, K... fields);
Expand Down Expand Up @@ -640,9 +640,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param milliseconds the milliseconds type: long.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hpexpire(K key, long milliseconds, K... fields);
Expand All @@ -655,9 +655,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param expireArgs the expiry arguments.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hpexpire(K key, long milliseconds, ExpireArgs expireArgs, K... fields);
Expand All @@ -669,9 +669,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param milliseconds the milliseconds.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hpexpire(K key, Duration milliseconds, K... fields);
Expand All @@ -684,9 +684,9 @@ public interface RedisHashReactiveCommands<K, V> {
* @param expireArgs the expiry arguments.
* @param fields one or more fields to set the TTL for.
* @return a list of {@link Long} values for each of the fields provided: {@code 2} indicating the specific field is deleted
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is
* set/updated; {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not
* met); {@code -2} indicating there is no such field
* already due to expiration, or provided expiry interval is 0; {@code 1} indicating expiration time is set/updated;
* {@code 0} indicating the expiration time is not set (a provided NX | XX | GT | LT condition is not met);
* {@code -2} indicating there is no such field
* @since 6.4
*/
Flux<Long> hpexpire(K key, Duration milliseconds, ExpireArgs expireArgs, K... fields);
Expand Down
Loading

0 comments on commit 6dcfbad

Please sign in to comment.