Hacker News new | ask | show | jobs
by aviggiano 3333 days ago
Why don't people just use redis' sds (https://github.com/antirez/sds) string library instead of using str* functions? It's much safer and much higher level.