Quantcast
Channel: Saving a collection of objects with BookSleeve - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by mythz for Saving a collection of objects with BookSleeve

$
0
0

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 pipelined operations with ServiceStack.Redis's transactions API (which are always pipelined) or if you don't want the operations to execute within a transaction you can use Redis.CreatePipeline() - see these tests for some examples.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>