Skip to content

Conversation

byrnedj
Copy link
Contributor

@byrnedj byrnedj commented Sep 30, 2025

For some benchmarking we like to have the network stack included - here is a simple example of adding CacheLib on top of proxygen for receiving data via HTTP request.

Quick Setup (assumes dependencies live at CacheLib/opt)

Build and run

./build.sh
./build/proxygen_cache

PUT a value

curl -X PUT --data-binary 'hello world' http://localhost:8111/cache/greeting -i

GET it back

curl http://localhost:8111/cache/greeting -i

DELETE it

curl -X DELETE http://localhost:8111/cache/greeting -i

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant