liubiao4123 / servicestack

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

CreateTransaction failing #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get Typed Client
2. CreateTransaction from client Typed client
3. "System.InvalidOperationException: No queued operation is currently set " 
exceptions gets thrown with the following stack trace ... 

at 
ServiceStack.Redis.Generic.RedisTypedTransaction`1.CompleteBytesQueuedCommand(Fu
nc`1 bytesReadCommand)
   at ServiceStack.Redis.RedisNativeClient.SendExpectData(Byte[][] cmdWithBinaryArgs)
   at ServiceStack.Redis.RedisNativeClient.get_Info()
   at ServiceStack.Redis.RedisNativeClient.Connect()
   at ServiceStack.Redis.RedisNativeClient.AssertConnectedSocket()
   at ServiceStack.Redis.RedisNativeClient.SendCommand(Byte[][] cmdWithBinaryArgs)
   at ServiceStack.Redis.RedisNativeClient.Multi()
   at ServiceStack.Redis.Generic.RedisTypedClient`1.CreateTransaction()

What is the expected output? What do you see instead?

I was hoping a transaction would be created. 

What version of the product are you using? On what operating system?

I'm using version 1.0.0 

Please provide any additional information below.

thanks very much for your help. 

Original issue reported on code.google.com by gandhi...@gmail.com on 12 Jul 2011 at 8:46

GoogleCodeExporter commented 8 years ago
This project is deprecated please create a new issue at:
https://github.com/ServiceStack/ServiceStack.Redis/issues

Also can you include the snippet of source code that generates the above 
exception as I suspect you may be using it wrong.

Original comment by demis.be...@gmail.com on 13 Jul 2011 at 12:37