Quantcast
Channel: Saving a collection of objects with BookSleeve - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Marc Gravell for Saving a collection of objects with BookSleeve

BookSleeve exposes APIs to read/write strings and blobs (byte[]), but it does not force you down any particular serialization route, or dictate whether a collection should be stored as a single value,...

View Article



Answer by mythz for Saving a collection of objects with BookSleeve

When using ServiceStack.Redis it's just a matter of: var redisClient = new RedisClient(); redisClient.StoreAll(myTypes); Not sure what pipelining features you're looking for but you can create custom...

View Article

Saving a collection of objects with BookSleeve

I am new to both Redis and BookSleeve. I am evaluating whether I should use BookSleeve or ServiceStack.Redis. ServiceStack seems much more staightforward but I like the idea of pipelining provided by...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images