pvc/daemon-common
Joshua M. Boniface 9329784010 Implement async ZK read function
Adds a function, "read_many", which can take in multiple ZK keys and
return the values from all of them, using asyncio to avoid reading
sequentially.

Initial tests show a marked improvement in read performance of multiple
read()-heavy functions (e.g. "get_list()" functions) with this method.
2023-12-10 15:35:40 -05:00
..
2022-11-04 03:47:18 -04:00
2023-12-09 13:43:58 -05:00
2023-12-09 12:51:41 -05:00
2023-12-09 16:48:14 -05:00
2023-11-29 21:21:51 -05:00
2022-10-06 11:55:27 -04:00
2023-12-09 13:43:58 -05:00
2023-12-09 12:14:57 -05:00
2023-12-10 15:35:40 -05:00