DATAREDIS-680 - Fix Javadoc references on ZSet score methods.

Point to the correct method in the Redis documentation.

Original pull request: #265.
This commit is contained in:
Rosty Kerei
2017-08-14 16:47:09 +02:00
committed by Mark Paluch
parent 9fb2e3181b
commit 646e068c8d

View File

@@ -284,7 +284,7 @@ public interface ZSetOperations<K, V> {
* @param key must not be {@literal null}.
* @param o the value.
* @return
* @see <a href="http://redis.io/commands/zrem">Redis Documentation: ZREM</a>
* @see <a href="http://redis.io/commands/zscore">Redis Documentation: ZSCORE</a>
*/
Double score(K key, Object o);