Skip to content

Commit

Permalink
redisx 升为 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Oct 3, 2023
1 parent e0f9494 commit bc94ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* fastjson2 升为 2.4.0
* jetty 升为 9.4.52.v20230823
* undertow 升为 2.2.26.Final
* redisx 升为 1.6.0

### 2.5.6
* asm 升为 9.5 (for JDK21)
Expand Down
2 changes: 1 addition & 1 deletion solon-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<wood.version>1.2.2</wood.version>
<water.version>2.11.3</water.version>
<luffy.version>1.6.7</luffy.version>
<redisx.version>1.5.0</redisx.version>
<redisx.version>1.6.0</redisx.version>
<redisson.version>3.23.3</redisson.version>
<lettuce.version>6.2.5.RELEASE</lettuce.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void updateTimeout(String key, long timeout) {
*/
@Override
public Object getObject(String key) {
return redisBucket.getAndDeserialize(key);
return redisBucket.getAndDeserialize(key, Object.class);
}

/**
Expand Down

0 comments on commit bc94ab3

Please sign in to comment.