Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Supporting 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;


The protocols are autodetected. No need to carry multiple ports around.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: