Elad Efrat

Results 48 comments of Elad Efrat

@nrk what's the status on cluster support? does it mean that one cannot use redis-lua with AWS ElastiCache?

Hello, I believe there's a bug here, because when I try to `fetch` a model that is not attached to a collection and doesn't have an `id` I get an...

Also, to really make this work we need an equivalent of `dirtyModels`, `destroyedModelIds`, and `syncDirtyAndDestroyed` for models. Since we're talking about a single model, it can only be clean, dirty,...

Hey @nilbus, what's the status on this and other (async, IndexedDB) changes? If you're still interested, I could submit new pull requests with tests for some of the issues.

Hi again @nilbus, I'd like to help more with this project, even as a contributor if you're interested. (I'm biased: I use it in a real-world environment. ;) What's on...

@nilbus unfortunately, no, I no longer use Backbone in production. :/

First, thanks for working on the Mocha testsuite and abstracting the storage layer - those are really important changes! Just to clarify though: do you mean we should not add...

Oh, no, I meant that you suggested that functionality should be implemented in terms of Store rather than localStorage to keep the abstraction, that's all.

First, for CommonJS support check out [umdjs/umd](https://github.com/umdjs/umd). I'm very interested in IndexedDB as a backend. I agree localStorage doesn't cut it. Unfortunately, [BackboneIDBDualStorage](https://github.com/insideabit/Backbone.IDBDualStorage) lacks documentation. :) @SonoIo, do you mind...

@SonoIo I also need this code for a real-world application, which is why I'm interested in the IndexedDB backend in particular. Did you create a separate project so that you...