Re: [hibernate-dev] Proposal for a Redis module in Hibernate OGM

2015-07-22 Thread Mark Paluch
Hi, I fixed the enum thing. It was a mismatch between int and long. D'oh! > Are there conventions for mapping more complex types such as Date for instance? No (at least I don't know any), so we should go as we need it. > TTL Implemented. > Transactions: Ah, that's interesting. So it should be po

Re: [hibernate-dev] Proposal for a Redis module in Hibernate OGM

2015-07-22 Thread Gunnar Morling
2015-07-21 14:14 GMT+02:00 Mark Paluch : > Hi Gunnar, > > thanks for your helpful feedback. I will come up with a PR as soon as we > agree on the strategies issue - well, perhaps in a couple days. I can and > will support you and I can help you with support/maintenance for the Redis > module in th

Re: [hibernate-dev] Proposal for a Redis module in Hibernate OGM

2015-07-21 Thread Mark Paluch
Hi Gunnar, thanks for your helpful feedback. I will come up with a PR as soon as we agree on the strategies issue - well, perhaps in a couple days. I can and will support you and I can help you with support/maintenance for the Redis module in the future. I will have to ask you in return on some sp

Re: [hibernate-dev] Proposal for a Redis module in Hibernate OGM

2015-07-21 Thread Gunnar Morling
Hi Mark, Many thanks for giving this a try; Your work looks impressive, it's very advanced for an initial dialect contribution, covering many advanced cases already. So kudos for that! Please find some remarks and questions below. Cheers, --Gunnar 2015-07-17 17:16 GMT+02:00 Mark Paluch : > H

[hibernate-dev] Proposal for a Redis module in Hibernate OGM

2015-07-17 Thread Mark Paluch
Hi there, I created a Redis module for Hibernate OGM, based on OGM 4.2. Redis is a Key-Value store supporting Lists, Hashes (Maps), Sorted Sets, ... I took the Infinispan/CouchDB approach storing entities and associations as JSON documents within Redis Hashes. A Map> corresponds with a Redis Hash