Persistence?

26 views
Skip to first unread message

Kevin Burton

unread,
Nov 11, 2012, 6:03:59 PM11/11/12
to servic...@googlegroups.com
This topic involves four questions. First, many of the examples just start using the equivalent to set and get. If I do a number of these then close my connection (in this case ServiceStack.NET client) are the values persisted? How does 'Save()' come into play? Next, is there someway I can isolate the SET and GET operations with something like a namespace, or is it up to the user to encode that isolation into the key? Next is there a specific call to create a List? I see that there is a Lists property but I don't see a way to create the list in the first place. Finally, I like the idea of a typed client where the JSON serialization is hidden and I can use my own objects. I was wondering if there were methods for a typed client that I can specify the key for the data? Something like client.Add<MyData>(key, data) where 'data' is an instance of MyData?

Thank you.
Reply all
Reply to author
Forward
0 new messages