In BookSleeve there is a connection.Sets.GetAllString() method. What is the equivalent in StackExchange.Redis?
Thanks!
Found it: connection.SetMembers(...) gets all the strings for a set from a key.