sebastien requiem
sebastien requiem
Hi there, I got to look a bit at how the whole Meta behaved. There was indeed some lack in the Documentation and in the `db` attribute. As for the...
I am curious, how would you see such implementation ? Can you give some precise examples of objects with indexing ? For now, we try to follow Ohm project as...
I am not sure that this request is in the scope of an ORM based on Redis. Any specific cases where developers need to store data in binary format ?
I really think that storing binary in redis is outside the scope of the ORM. There are tons of ways to handle this. For an image, let's store a path...
Well spotted. This comes from the fact that we only store ID's and nothing related to the actual instance. Later, when we refetch the objects, we use the class reference...
yes, if we were using SETNX for example.
It is not letslambda responsibility per say but for now, if you try to create an ELB with an HTTPS listener but without a certificate, cloudformation fails, meaning that to...
What would be the use case here ?
Fair enough. 👍