0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-12 17:03:11 +00:00
Files
libsql/libsql-storage-server
Avinash Sajjanshetty 3460edce12 Add storage server RPC client (#1430)
* Add storage server RPC client

* Address review comments

- Use `#[tracing::instrument]` wherever appropriate
- Remove `Mutex` for `client` and `clone` it wherever required
- Avoid reading env variable inside the lib, rather take a config object
- Make the private methods of `DurableWal` async
- Don't try to create a runtime, instead assume it always exists. Let the caller create it
- Update proto:
	- remove `max_frame_no` from `InsertFramesRequest`
	- make `page_no` to `u32` in the proto
- Update storage server to have `page_no` as `u32`
2024-06-04 11:26:50 +00:00
..
2024-06-04 11:26:50 +00:00
2024-06-03 04:32:44 +00:00
2024-06-03 04:32:44 +00:00