1

@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.

3
  • This should be an email, chat or whatever... Commented 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 @ ;) Commented Sep 22, 2014 at 15:00
  • Also, @ doesn't work for notification purposes in post bodies :) Commented Sep 22, 2014 at 16:44

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.