DATAREDIS-751 - Update copyright years to 2018.

This commit is contained in:
Mark Paluch
2018-01-05 08:59:42 +01:00
parent d6cc8fa109
commit 2be6a3b3f7
653 changed files with 1033 additions and 1033 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import org.springframework.lang.Nullable;
/**
* Potentially translates an {@link Exception} into appropriate {@link DataAccessException}.
*
*
* @author Christoph Strobl
* @author Thomas Darimont
* @since 1.4

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2014 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -145,7 +145,7 @@ class DefaultRedisCacheWriter implements RedisCacheWriter {
});
}
/*
/*
* (non-Javadoc)
* @see org.springframework.data.redis.cache.RedisCacheWriter#remove(java.lang.String, byte[])
*/
@@ -158,7 +158,7 @@ class DefaultRedisCacheWriter implements RedisCacheWriter {
execute(name, connection -> connection.del(key));
}
/*
/*
* (non-Javadoc)
* @see org.springframework.data.redis.cache.RedisCacheWriter#clean(java.lang.String, byte[])
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2013 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -23,7 +23,7 @@ import org.w3c.dom.Element;
/**
* Parser for the Redis <code>&lt;collection&gt;</code> element.
*
*
* @author Costin Leau
*/
class RedisCollectionParser extends AbstractSimpleBeanDefinitionParser {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ import org.springframework.util.Assert;
/**
* {@link ClusterInfo} gives access to cluster information such as {@code cluster_state} and
* {@code cluster_slots_assigned} provided by the {@code CLUSTER INFO} command.
*
*
* @author Christoph Strobl
* @since 1.7
*/
@@ -47,7 +47,7 @@ public class ClusterInfo {
/**
* Creates new {@link ClusterInfo} for given {@link Properties}.
*
*
* @param clusterProperties must not be {@literal null}.
*/
public ClusterInfo(Properties clusterProperties) {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ package org.springframework.data.redis.connection;
/**
* {@link ClusterNodeResourceProvider} provides access to low level client api to directly execute operations against a
* Redis instance.
*
*
* @author Christoph Strobl
* @since 1.7
*/
@@ -26,7 +26,7 @@ public interface ClusterNodeResourceProvider {
/**
* Get the client resource for the given node.
*
*
* @param node must not be {@literal null}.
* @return never {@literal null}.
* @throws org.springframework.dao.DataAccessResourceFailureException if node is not known to the cluster.
@@ -35,7 +35,7 @@ public interface ClusterNodeResourceProvider {
/**
* Return the resource object for the given node. This can mean free up resources or return elements back to a pool.
*
*
* @param node must not be {@literal null}.
* @param resource must not be {@literal null}.
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -110,7 +110,7 @@ public final class ClusterSlotHashUtil {
/**
* Calculate the slot from the given key.
*
*
* @param key must not be {@literal null} or empty.
* @return
*/
@@ -122,7 +122,7 @@ public final class ClusterSlotHashUtil {
/**
* Calculate the slot from the given key.
*
*
* @param key must not be {@literal null}.
* @return
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2014 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import org.springframework.data.redis.connection.lettuce.LettuceConnectionFactor
/**
* Utilities for examining a {@link RedisConnection}
*
*
* @author Jennifer Hickey
* @author Thomas Darimont
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,7 +20,7 @@ import org.springframework.util.Assert;
/**
* Default message implementation.
*
*
* @author Costin Leau
* @author Christoph Strobl
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -32,7 +32,7 @@ public class DefaultTuple implements Tuple {
/**
* Constructs a new <code>DefaultTuple</code> instance.
*
*
* @param value
* @param score
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2017 the original author or authors.
* Copyright 2013-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ package org.springframework.data.redis.connection;
/**
* Pool of resources
*
*
* @author Jennifer Hickey
*/
public interface Pool<T> {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2014 the original author or authors.
* Copyright 2013-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
/**
* Subclass of {@link GenericObjectPoolConfig} that includes setters for instantiation in Spring
*
*
* @author Jennifer Hickey
* @author Christoph Strobl
* @deprecated use {@link GenericObjectPoolConfig} instead. Will be removed in {@literal 1.4}.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2017 the original author or authors.
* Copyright 2013-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ import org.springframework.data.redis.connection.RedisClusterNode.SlotRange;
* Interface for the {@literal cluster} commands supported by Redis. A {@link RedisClusterNode} can be obtained from
* {@link #clusterGetNodes()} or it can be constructed using either {@link RedisClusterNode#getHost() host} and
* {@link RedisClusterNode#getPort()} or the {@link RedisClusterNode#getId() node Id}.
*
*
* @author Christoph Strobl
* @author Mark Paluch
* @since 1.7
@@ -34,7 +34,7 @@ public interface RedisClusterCommands {
/**
* Retrieve cluster node information such as {@literal id}, {@literal host}, {@literal port} and {@literal slots}.
*
*
* @return never {@literal null}.
* @see <a href="https://redis.io/commands/cluster-nodes">Redis Documentation: CLUSTER NODES</a>
*/
@@ -42,7 +42,7 @@ public interface RedisClusterCommands {
/**
* Retrieve information about connected slaves for given master node.
*
*
* @param master must not be {@literal null}.
* @return never {@literal null}.
* @see <a href="https://redis.io/commands/cluster-slaves">Redis Documentation: CLUSTER SLAVES</a>
@@ -51,7 +51,7 @@ public interface RedisClusterCommands {
/**
* Retrieve information about masters and their connected slaves.
*
*
* @return never {@literal null}.
* @see <a href="https://redis.io/commands/cluster-slaves">Redis Documentation: CLUSTER SLAVES</a>
*/
@@ -59,7 +59,7 @@ public interface RedisClusterCommands {
/**
* Find the slot for a given {@code key}.
*
*
* @param key must not be {@literal null}.
* @return
* @see <a href="https://redis.io/commands/cluster-keyslot">Redis Documentation: CLUSTER KEYSLOT</a>
@@ -68,7 +68,7 @@ public interface RedisClusterCommands {
/**
* Find the {@link RedisClusterNode} serving given {@literal slot}.
*
*
* @param slot
* @return
*/
@@ -76,7 +76,7 @@ public interface RedisClusterCommands {
/**
* Find the {@link RedisClusterNode} serving given {@literal key}.
*
*
* @param key must not be {@literal null}.
* @return
*/
@@ -84,7 +84,7 @@ public interface RedisClusterCommands {
/**
* Get cluster information.
*
*
* @return
* @see <a href="https://redis.io/commands/cluster-info">Redis Documentation: CLUSTER INFO</a>
*/
@@ -92,7 +92,7 @@ public interface RedisClusterCommands {
/**
* Assign slots to given {@link RedisClusterNode}.
*
*
* @param node must not be {@literal null}.
* @param slots
* @see <a href="https://redis.io/commands/cluster-addslots">Redis Documentation: CLUSTER ADDSLOTS</a>
@@ -101,7 +101,7 @@ public interface RedisClusterCommands {
/**
* Assign {@link SlotRange#getSlotsArray()} to given {@link RedisClusterNode}.
*
*
* @param node must not be {@literal null}.
* @param range must not be {@literal null}.
* @see <a href="https://redis.io/commands/cluster-addslots">Redis Documentation: CLUSTER ADDSLOTS</a>
@@ -110,7 +110,7 @@ public interface RedisClusterCommands {
/**
* Count the number of keys assigned to one {@literal slot}.
*
*
* @param slot
* @return
* @see <a href="https://redis.io/commands/cluster-countkeysinslot">Redis Documentation: CLUSTER COUNTKEYSINSLOT</a>
@@ -119,7 +119,7 @@ public interface RedisClusterCommands {
/**
* Remove slots from {@link RedisClusterNode}.
*
*
* @param node must not be {@literal null}.
* @param slots
* @see <a href="https://redis.io/commands/cluster-delslots">Redis Documentation: CLUSTER DELSLOTS</a>
@@ -128,7 +128,7 @@ public interface RedisClusterCommands {
/**
* Removes {@link SlotRange#getSlotsArray()} from given {@link RedisClusterNode}.
*
*
* @param node must not be {@literal null}.
* @param range must not be {@literal null}.
* @see <a href="https://redis.io/commands/cluster-delslots">Redis Documentation: CLUSTER DELSLOTS</a>
@@ -137,7 +137,7 @@ public interface RedisClusterCommands {
/**
* Remove given {@literal node} from cluster.
*
*
* @param node must not be {@literal null}.
* @see <a href="https://redis.io/commands/cluster-forget">Redis Documentation: CLUSTER FORGET</a>
*/
@@ -162,7 +162,7 @@ public interface RedisClusterCommands {
/**
* Get {@literal keys} served by slot.
*
*
* @param slot
* @param count must not be {@literal null}.
* @return
@@ -172,7 +172,7 @@ public interface RedisClusterCommands {
/**
* Assign a {@literal slave} to given {@literal master}.
*
*
* @param master must not be {@literal null}.
* @param slave must not be {@literal null}.
* @see <a href="https://redis.io/commands/cluster-replicate">Redis Documentation: CLUSTER REPLICATE</a>

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2015-2017 the original author or authors.
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import org.springframework.lang.Nullable;
/**
* Interface for the commands supported by Redis.
*
*
* @author Costin Leau
* @author Christoph Strobl
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,7 +19,7 @@ import org.springframework.lang.Nullable;
/**
* Connection-specific commands supported by Redis.
*
*
* @author Costin Leau
* @author Christoph Strobl
* @author Mark Paluch

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2016 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2017 the original author or authors.
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ import org.springframework.lang.Nullable;
/**
* Hash-specific commands supported by Redis.
*
*
* @author Costin Leau
* @author Christoph Strobl
* @author Mark Paluch
@@ -34,7 +34,7 @@ public interface RedisHashCommands {
/**
* Set the {@code value} of a hash {@code field}.
*
*
* @param key must not be {@literal null}.
* @param field must not be {@literal null}.
* @param value must not be {@literal null}.
@@ -46,7 +46,7 @@ public interface RedisHashCommands {
/**
* Set the {@code value} of a hash {@code field} only if {@code field} does not exist.
*
*
* @param key must not be {@literal null}.
* @param field must not be {@literal null}.
* @param value must not be {@literal null}.
@@ -58,7 +58,7 @@ public interface RedisHashCommands {
/**
* Get value for given {@code field} from hash at {@code key}.
*
*
* @param key must not be {@literal null}.
* @param field must not be {@literal null}.
* @return {@literal null} when key or field do not exists or when used in pipeline / transaction.
@@ -69,7 +69,7 @@ public interface RedisHashCommands {
/**
* Get values for given {@code fields} from hash at {@code key}.
*
*
* @param key must not be {@literal null}.
* @param fields must not be {@literal empty}.
* @return empty {@link List} if key or fields do not exists. {@literal null} when used in pipeline / transaction.
@@ -80,7 +80,7 @@ public interface RedisHashCommands {
/**
* Set multiple hash fields to multiple values using data provided in {@code hashes}
*
*
* @param key must not be {@literal null}.
* @param hashes must not be {@literal null}.
* @see <a href="http://redis.io/commands/hmset">Redis Documentation: HMSET</a>
@@ -89,7 +89,7 @@ public interface RedisHashCommands {
/**
* Increment {@code value} of a hash {@code field} by the given {@code delta}.
*
*
* @param key must not be {@literal null}.
* @param field must not be {@literal null}.
* @param delta
@@ -101,7 +101,7 @@ public interface RedisHashCommands {
/**
* Increment {@code value} of a hash {@code field} by the given {@code delta}.
*
*
* @param key must not be {@literal null}.
* @param field must not be {@literal null}.
* @param delta
@@ -113,7 +113,7 @@ public interface RedisHashCommands {
/**
* Determine if given hash {@code field} exists.
*
*
* @param key must not be {@literal null}.
* @param field must not be {@literal null}.
* @return {@literal null} when used in pipeline / transaction.
@@ -135,7 +135,7 @@ public interface RedisHashCommands {
/**
* Get size of hash at {@code key}.
*
*
* @param key must not be {@literal null}.
* @return {@literal null} when used in pipeline / transaction.
* @see <a href="http://redis.io/commands/hlen">Redis Documentation: HLEN</a>
@@ -145,7 +145,7 @@ public interface RedisHashCommands {
/**
* Get key set (fields) of hash at {@code key}.
*
*
* @param key must not be {@literal null}.
* @return {@literal null} when used in pipeline / transaction.
* @see <a href="http://redis.io/commands/hkeys">Redis Documentation: HKEYS</a>?
@@ -155,7 +155,7 @@ public interface RedisHashCommands {
/**
* Get entry set (values) of hash at {@code field}.
*
*
* @param key must not be {@literal null}.
* @return empty {@link List} if key does not exist. {@literal null} when used in pipeline / transaction.
* @see <a href="http://redis.io/commands/hvals">Redis Documentation: HVALS</a>
@@ -165,7 +165,7 @@ public interface RedisHashCommands {
/**
* Get entire hash stored at {@code key}.
*
*
* @param key must not be {@literal null}.
* @return empty {@link Map} if key does not exist or {@literal null} when used in pipeline / transaction.
* @see <a href="http://redis.io/commands/hgetall">Redis Documentation: HGETALL</a>
@@ -175,7 +175,7 @@ public interface RedisHashCommands {
/**
* Use a {@link Cursor} to iterate over entries in hash at {@code key}.
*
*
* @param key must not be {@literal null}.
* @param options must not be {@literal null}.
* @return

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ import org.springframework.lang.Nullable;
/**
* {@literal HyperLogLog} specific commands supported by Redis.
*
*
* @author Christoph Strobl
* @author Mark Paluch
* @since 1.5
@@ -28,7 +28,7 @@ public interface RedisHyperLogLogCommands {
/**
* Adds given {@literal values} to the HyperLogLog stored at given {@literal key}.
*
*
* @param key must not be {@literal null}.
* @param values must not be {@literal null}.
* @return {@literal null} when used in pipeline / transaction.
@@ -39,7 +39,7 @@ public interface RedisHyperLogLogCommands {
/**
* Return the approximated cardinality of the structures observed by the HyperLogLog at {@literal key(s)}.
*
*
* @param keys must not be {@literal null}.
* @return {@literal null} when used in pipeline / transaction.
* @see <a href="http://redis.io/commands/pfcount">Redis Documentation: PFCOUNT</a>
@@ -49,7 +49,7 @@ public interface RedisHyperLogLogCommands {
/**
* Merge N different HyperLogLogs at {@literal sourceKeys} into a single {@literal destinationKey}.
*
*
* @param destinationKey must not be {@literal null}.
* @param sourceKeys must not be {@literal null}.
* @see <a href="http://redis.io/commands/pfmerge">Redis Documentation: PFMERGE</a>

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2013 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,14 +19,14 @@ import org.springframework.dao.InvalidDataAccessResourceUsageException;
/**
* Exception thrown when subscribing to an expired/dead {@link Subscription}.
*
*
* @author Costin Leau
*/
public class RedisInvalidSubscriptionException extends InvalidDataAccessResourceUsageException {
/**
* Constructs a new <code>RedisInvalidSubscriptionException</code> instance.
*
*
* @param msg
* @param cause
*/
@@ -36,7 +36,7 @@ public class RedisInvalidSubscriptionException extends InvalidDataAccessResource
/**
* Constructs a new <code>RedisInvalidSubscriptionException</code> instance.
*
*
* @param msg
*/
public RedisInvalidSubscriptionException(String msg) {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@ public class RedisNode implements NamedNode {
/**
* Creates a new {@link RedisNode} with the given {@code host}, {@code port}.
*
*
* @param host must not be {@literal null}
* @param port
*/
@@ -133,7 +133,7 @@ public class RedisNode implements NamedNode {
/**
* Get {@link RedisNodeBuilder} for creating new {@link RedisNode}.
*
*
* @return never {@literal null}.
* @since 1.7
*/
@@ -192,7 +192,7 @@ public class RedisNode implements NamedNode {
/**
* Builder for creating new {@link RedisNode}.
*
*
* @author Christoph Strobl
* @since 1.4
*/
@@ -214,7 +214,7 @@ public class RedisNode implements NamedNode {
/**
* Set host and port of server.
*
*
* @param host must not be {@literal null}.
* @param port
* @return
@@ -229,7 +229,7 @@ public class RedisNode implements NamedNode {
/**
* Set id of server.
*
*
* @param id
* @return
*/
@@ -241,7 +241,7 @@ public class RedisNode implements NamedNode {
/**
* Set server role.
*
*
* @param nodeType
* @return
* @since 1.7
@@ -254,7 +254,7 @@ public class RedisNode implements NamedNode {
/**
* Set the id of the master node.
*
*
* @param masterId
* @return
* @since 1.7
@@ -267,7 +267,7 @@ public class RedisNode implements NamedNode {
/**
* Get the {@link RedisNode}.
*
*
* @return
*/
public RedisNode build() {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2013 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@ import org.springframework.lang.Nullable;
* <p>
* Typically, the first exception returned by the pipeline is used as the <i>cause</i> of this exception for easier
* debugging.
*
*
* @author Costin Leau
*/
public class RedisPipelineException extends InvalidDataAccessResourceUsageException {
@@ -37,7 +37,7 @@ public class RedisPipelineException extends InvalidDataAccessResourceUsageExcept
/**
* Constructs a new <code>RedisPipelineException</code> instance.
*
*
* @param msg the message
* @param cause the cause
* @param pipelineResult the pipeline result
@@ -49,7 +49,7 @@ public class RedisPipelineException extends InvalidDataAccessResourceUsageExcept
/**
* Constructs a new <code>RedisPipelineException</code> instance using a default message.
*
*
* @param cause the cause
* @param pipelineResult the pipeline result
*/
@@ -60,7 +60,7 @@ public class RedisPipelineException extends InvalidDataAccessResourceUsageExcept
/**
* Constructs a new <code>RedisPipelineException</code> instance using a default message and an empty pipeline result
* list.
*
*
* @param cause the cause
*/
public RedisPipelineException(Exception cause) {
@@ -69,7 +69,7 @@ public class RedisPipelineException extends InvalidDataAccessResourceUsageExcept
/**
* Constructs a new <code>RedisPipelineException</code> instance.
*
*
* @param msg message
* @param pipelineResult pipeline partial results
*/
@@ -81,7 +81,7 @@ public class RedisPipelineException extends InvalidDataAccessResourceUsageExcept
/**
* Optionally returns the result of the pipeline that caused the exception. Typically contains both the results of the
* successful statements but also the exceptions of the incorrect ones.
*
*
* @return result of the pipeline
*/
public List<Object> getPipelineResult() {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2017 the original author or authors.
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,14 +31,14 @@ public interface RedisScriptingCommands {
/**
* Flush lua script cache.
*
*
* @see <a href="http://redis.io/commands/script-flush">Redis Documentation: SCRIPT FLUSH</a>
*/
void scriptFlush();
/**
* Kill current lua script execution.
*
*
* @see <a href="http://redis.io/commands/script-kill">Redis Documentation: SCRIPT KILL</a>
*/
void scriptKill();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ public interface RedisSentinelCommands {
/**
* Force a failover as if the {@literal master} was not reachable.
*
*
* @param master must not be {@literal null}.
*/
void failover(NamedNode master);
@@ -43,7 +43,7 @@ public interface RedisSentinelCommands {
/**
* Show list of slaves for given {@literal master}.
*
*
* @param master must not be {@literal null}.
* @return Collection of {@link RedisServer}s. Never {@literal null}.
*/
@@ -52,7 +52,7 @@ public interface RedisSentinelCommands {
/**
* Removes given {@literal master}. The server will no longer be monitored and will no longer be returned by
* {@link #masters()}.
*
*
* @param master must not be {@literal null}.
*/
void remove(NamedNode master);
@@ -60,7 +60,7 @@ public interface RedisSentinelCommands {
/**
* Tell sentinel to start monitoring a new {@literal master} with the specified {@link RedisServer#getName()},
* {@link RedisServer#getHost()}, {@link RedisServer#getPort()}, and {@link RedisServer#getQuorum()}.
*
*
* @param master must not be {@literal null}.
*/
void monitor(RedisServer master);

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2017 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 the original author or authors.
* Copyright 2017-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,7 +20,7 @@ import org.springframework.lang.Nullable;
/**
* Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
*
*
* @author Costin Leau
* @author Christoph Strobl
* @see org.springframework.data.redis.connection.RedisPubSubCommands
@@ -29,7 +29,7 @@ public class RedisSubscribedConnectionException extends InvalidDataAccessApiUsag
/**
* Constructs a new <code>RedisSubscribedConnectionException</code> instance.
*
*
* @param msg
* @param cause
*/
@@ -39,7 +39,7 @@ public class RedisSubscribedConnectionException extends InvalidDataAccessApiUsag
/**
* Constructs a new <code>RedisSubscribedConnectionException</code> instance.
*
*
* @param msg
*/
public RedisSubscribedConnectionException(String msg) {

View File

@@ -1,12 +1,12 @@
/*
* Copyright 2011-2017 the original author or authors.
*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,7 +19,7 @@ import java.util.List;
/**
* Transaction/Batch specific commands supported by Redis.
*
*
* @author Costin Leau
* @author Christoph Strobl
* @author Mark Paluch
@@ -30,7 +30,7 @@ public interface RedisTxCommands {
* Mark the start of a transaction block. <br>
* Commands will be queued and can then be executed by calling {@link #exec()} or rolled back using {@link #discard()}
* <p>
*
*
* @see <a href="http://redis.io/commands/multi">Redis Documentation: MULTI</a>
*/
void multi();
@@ -46,7 +46,7 @@ public interface RedisTxCommands {
/**
* Discard all commands issued after {@link #multi()}.
*
*
* @see <a href="http://redis.io/commands/discard">Redis Documentation: DISCARD</a>
*/
void discard();
@@ -61,7 +61,7 @@ public interface RedisTxCommands {
/**
* Flushes all the previously {@link #watch(byte[]...)} keys.
*
*
* @see <a href="http://redis.io/commands/unwatch">Redis Documentation: UNWATCH</a>
*/
void unwatch();

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2017 the original author or authors.
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Some files were not shown because too many files have changed in this diff Show More