John Loehrer

Results 5 comments of John Loehrer

hmm, that's odd. I wrote it and I'm using 1.6.3. I'll try to reproduce the issue you are seeing, but could you provide more info?

Cool. This is very interesting to me. Glad to see some exploration being done in this area.

At very least, defer the exist check till after fetching data instead of before. if data comes back, you don't need to check exists. If the key is empty (which...

Any progress made on this front? This is almost the only thing missing from redisco. I'd like to be able to do: foo_list = Foo.objects.get_by_id(ids) If it pipelined the loading...