Comment on Show HN: Pogocache – Fast caching softwareComments−simonw1ySupporting HTTP, Redis and PostgreSQL protocols at the same time is a neat trick! psql -h localhost -p 9401 => SET mykey 'my value'; => GET mykey; => DEL mykey;−tidwallOP1yThe protocols are autodetected. No need to carry multiple ports around.
Comments
Supporting HTTP, Redis and PostgreSQL protocols at the same time is a neat trick!
The protocols are autodetected. No need to carry multiple ports around.