Harbour.RedisSessionStateStore
Harbour.RedisSessionStateStore copied to clipboard
A Redis based SessionStateStoreProvider written in C# using ServiceStack.Redis.
I recently switched from the default session store to `RedisSessionStateStore` on a site that I maintain. Since doing so, I have seen periodic errors logged with the following form: ```...
I am trying to use Session state store for Web api. How can I do this?
After I build the project successfully, I run the "Harbour.RedisSessionStateStore.SampleWeb" project, input something in the fields and submit, it will throw the Null exception. the break point go the "...
Cannot install latest version. PM> Install-Package Harbour.RedisSessionStateStore Attempting to resolve dependency 'ServiceStack.Common (= 3.9 && < 4.0)'. Attempting to resolve dependency 'ServiceStack.Text'. Attempting to resolve dependency 'ServiceStack.Redis (= 3.9 &&...
Hello, I saw a couple of these on both servers in the cluster yesterday. I believe the exception is coming from the Service Stack client though.. I'm running the Ubuntu...
Site hangs
Hi, I'm having a strange problem after putting the RedisSessionStateStoreProvider in place, occasionally my site would hangs, and if i go on the server and issue a "monitor" command to...
Hi Support, I have added your solution to my web app and evertyhing seemed to work fine, but now I am getting ocassional slow down of the site, some pages...
I think ,now,Harbour.RedisSessionStateStore,Get/Set Session items use FCL Binary serialize method.That will let it bound with assembly,hard to share with not same assembly. In my opinion,we will store json to Redis...