sam2x

Results 57 comments of sam2x

After reviewing this thread, i suggest to return an error because the linked model refers to an unsaved instance (eg error return:'linked instance X is not saved', where X is...

What do you mean by "even if another search property would prevent it" ? In the doc there is no reference about preventing only unique result. "Unique is the fastest...

Hmmm the idea is good. But precaution has to be made: the redis TTL feature is applied to a key. It means if this is zset's key, the whole zset...

May be worth to quote this new feature : since redis 2.8, there is a new notification system in which you can subscribe to any key's event : http://redis.io/topics/notifications

Yeah i was thinking about this problem too. Here a draft about a possible implementation : - Create a zset (eg: in [Nohm.prefix].ttl) : - zset's key is the key...

@pocesar any pointers how to accomplish this ?

let me know what you think about https://github.com/maritz/nohm/pull/110 improvements, etc. Conclusion based on my result : * 10k objects created in ~2.5sec, so 4000 nohm objects/sec. * 20k objects updated...

hmmm after reading the blogpost, I don't think perfomance will be improved. According the article : _"What happens under the hood is that whenever you call JSON.SET, the module takes...

No, i'm using v2 beta2 (20170510). I'm not sure if 1k$ is right price to support this feature. Actually [HeatmapTileProvider](https://developers.google.com/maps/documentation/android-api/utility/heatmap) is only available for Google Map Android Sdk, and unsupported...

Hooo nice to know, yeah it was kinda stable, but gonna check all commits, and try it, thx ;)