I think this should work
foreach(var key in server.Keys(pattern: "idx*")) { Console.WriteLine(key); }