Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. using (IRedisClient client = defaultFactory.GetClient())
  2. {
  3. client.Hashes[cacheName][key] = SerializationHelper.Serialize(value, ST.Binary);
  4. }
  5.  
  6. [Managed to Native Transition]
  7. System.dll!System.Net.Sockets.Socket.Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) + 0xbd bytes
  8. System.dll!System.Net.Sockets.Socket.Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) + 0x1d bytes
  9. System.dll!System.Net.Sockets.NetworkStream.Read(byte[] buffer, int offset, int size) + 0x83 bytes
  10. mscorlib.dll!System.IO.BufferedStream.ReadByte() + 0xa9 bytes
  11. ServiceStack.Redis.dll!ServiceStack.Redis.RedisNativeClient.SafeReadByte() + 0x25 bytes
  12. ServiceStack.Redis.dll!ServiceStack.Redis.RedisNativeClient.ReadLong() + 0x3b bytes
  13. ServiceStack.Redis.dll!ServiceStack.Redis.RedisNativeClient.SendExpectLong(byte[][] cmdWithBinaryArgs) + 0xa6 bytes
  14. ServiceStack.Redis.dll!ServiceStack.Redis.RedisNativeClient.HSet(string hashId, byte[] key, byte[] value) + 0xbd bytes
  15. ServiceStack.Redis.dll!ServiceStack.Redis.RedisClient.SetEntryInHash(string hashId, string key, string value) + 0x5d bytes
  16. ServiceStack.Redis.dll!ServiceStack.Redis.RedisClientHash.this[string].set(string key, string value) + 0x48 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement