.NET ServiceStack.Redis How to asynchronous?

1、How to use the ServiceStack.Redis to operate the bit type?
2、How to do asynchronous set hash operation ?
3、IRedisClient.CreatePipeline() How to get the return value of getString GetHash?

I hope someone can help, thank you.

ServiceStack.Redis is not asynchronous or supports Redis bit operations. You can request/vote for features on UserVoice.

See Redis Transactions for how to create and batch multiple Redis commands which are sent in a single atomic pipelined request: