gregoriusxu / booksleeve

Automatically exported from code.google.com/p/booksleeve
Other
0 stars 0 forks source link

Should Set()/Get() with byte[] be deprecated? #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Set()/Get() variants with byte[] value have been deprecated, yet they're still 
useful for storing binary blobs or serialized objects. Or am I missing a newer 
API that supports this?

Original issue reported on code.google.com by kilroytr...@gmail.com on 9 Oct 2013 at 5:26

GoogleCodeExporter commented 8 years ago
That API is on .Strings now (in redis terms, it is a string) - it is still 
there. Indeed, we use it extensively internally to store/access protobuf-net 
encoded objects

Original comment by marc.gravell on 10 Oct 2013 at 7:24

GoogleCodeExporter commented 8 years ago
Ahhh..I see it now. Thanks Marc.

Original comment by kilroytr...@gmail.com on 10 Oct 2013 at 4:09

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 10 Oct 2013 at 4:55