@MarcGravell. I noticed that RedisClient (in ServiceStack.Redis) doesn't exists in StackExchange.Redis for Azure. Any plan to make it available? In particular, I'm using the RedisClient.AcquireLock for Distributed Lock. Note: I was able to connect to Redis instance in Azure with ServiceStack.Redis as well, but it would be nice that will be available in StackExchange.Redis.
-
This should be an email, chat or whatever...Matías Fidemraizer– Matías Fidemraizer2014-09-22 14:59:57 +00:00Commented Sep 22, 2014 at 14:59
-
In instance, I believe that Marc has a perpetual subscription to [stackexchange.redis] tag, meaning that you don't need to call him with @ ;)Matías Fidemraizer– Matías Fidemraizer2014-09-22 15:00:49 +00:00Commented Sep 22, 2014 at 15:00
-
Also, @ doesn't work for notification purposes in post bodies :)Marc Gravell– Marc Gravell2014-09-22 16:44:31 +00:00Commented Sep 22, 2014 at 16:44
Add a comment
|
1 Answer
ServiceStack != StackExchange. They are entirely unrelated... However, SE.Redis does have methods for working with distributed locks - see the methods starting with the word Lock on IDatabase etc.
If there is some specific feature you are after: perhaps raise an issue on github. But: distributed / centralised locking is definitely provided. Specifically: Take, Release, Query and Extend.