kiddouk / redisco

A Python Library for Simple Models and Containers Persisted in Redis
MIT License
439 stars 78 forks source link

Redisco / Ohm / JOhm interoperability #15

Open dmk23 opened 12 years ago

dmk23 commented 12 years ago

I seeing in the doc / description of v0.2 some form of interoperability is implied as a goal.

Was there much testing yet of how well it works? I have a use case where different systems need to read/write to a shared Redis DB from Python and Java. If Redisco and JOhm were using the same Redis data structures/formats that would be immensely helpful.

Is this the case? Is this the goal? Is there anything missing or needs help with?

kiddouk commented 12 years ago

I think that we are getting there in term of interoperability except for the filtering keys, which are temporary anyway. It's a good reminder that you send since I am working a new feature to be integrated in a new branch. I should spend some time finalizing that branch.