pocdb icon indicating copy to clipboard operation
pocdb copied to clipboard

Paxos-replicated key-value store in 3 hours or less.

Results 1 pocdb issues
Sort by recently updated
recently updated
newest added

Can you show an example of using the pocdb_get() function? I used it using the following code: ``` pocdb_client* c = pocdb_create(); char* key = (char*)malloc(sizeof(char)*100); char **vals = (char...