How can I use Redisson Write-through caching strategy with an auto-generated PK
I am planning to use Redis with Redisson as a caching layer between my Java app and a PostgreSQL DB. I have a table called Nodes looking like this: CREATE TABLE nodes ( node_id bigint GENERATED BY DEFAULT AS IDENTITY(START…