Skip to content

Commit be10c28

Browse files
committed
Update redisset to the news api
Signed-off-by: Otavio Santana <[email protected]>
1 parent 8e45046 commit be10c28

File tree

1 file changed

+1
-1
lines changed
  • redis-driver/src/main/java/org/eclipse/jnosql/communication/redis/keyvalue

1 file changed

+1
-1
lines changed

redis-driver/src/main/java/org/eclipse/jnosql/communication/redis/keyvalue/RedisSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void clear() {
4646

4747
@Override
4848
public int size() {
49-
return jedis.scard(keyWithNameSpace).intValue();
49+
return (int) jedis.scard(keyWithNameSpace);
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)