frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

https://github.com/vcms-io/solidis
71•jayl-e-e•11mo ago
Hey everyone!

Over the past two years I threw myself back into full-time engineering with a simple goal: write code that gives back to the community. After a lot of late-night FOMO (“AI will do it all for us, right?”) and some painful production incidents, I finally turned my weekend project into an open-source library.

[ What is Solidis? ]

- Super-light (< 30 KB) RESP2/RESP3 client with zero runtime deps and first-class ESM/CJS support.

- Fully tree-shakable – import only the commands you need.

- Written with SOLID principles & full TypeScript typings for every command.

- Designed for cold-start sensitive serverless platforms (small bundle + tiny memory footprint).

[ Why I built it ]

1. node-redis & ioredis pain

- ESM is still an after-thought.

- Hidden deadlocks on RST, vague error surfaces.

- Everything gets bundled, even commands you’ll never call.

2. I refuse to add a dependency I don’t fully understand – I literally read candidates 10× before `npm i`.

3. Serverless bills love to remind me that every KB and millisecond matters.

[ Key features ]

- Protocols: RESP2 and RESP3 (auto-negotiation)

- Bundle size: `<30 KB` (core) / `<105 KB` (full)

- Dependencies: 0

- Extensibility: Drop-in command plugins, custom transactions

- Reliability: Auto-reconnect, per-command timeouts, type-checked replies

[ Roadmap / Help wanted ]

- Benchmarks against `node-redis` & `ioredis` (PRs welcome!)

- More first-class Valkey love

- Fuzz-testing the parser

- Docs site – the README came first; I’d love help polishing full docs

This might be my last big OSS push for a while, so stars, issues, and PRs mean the world.

If Solidis saves you some cold-start time or just scratches a TypeScript itch, let me know!

Repo: https://github.com/vcms-io/solidis

License: MIT

Thanks for reading, and happy hacking!

(Feel free to AMA in the comments – I’m around.)

Comments

badmonster•11mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•11mo ago
Solidis isn’t necessarily aiming to outperform ioredis or node-redis in every way — its primary goal is to reduce bundle size rather than maximize raw performance. That said, it does offer some performance advantages in practice. Solidis is designed to handle pipelined commands more efficiently within a single event loop iteration and parses responses in a more event-loop-friendly manner.

As a result, in most real-world scenarios, Solidis tends to be about 2–3x faster than ioredis (even with auto-pipelining enabled). Compared to node-redis, the performance is generally on par or slightly behind.

One caveat: if the payloads being parsed are very large, Solidis can experience increased latency due to its parser being more CPU-intensive, which may introduce delays compared to other stacks.

swaptr•11mo ago
Looks great! I tried plugging it into my setup that uses ioredis, but it doesn't seem to support loading the URI directly?
jayl-e-e•11mo ago
Thank you very much. As you mentioned, connecting via URI is not currently supported, but it’s not difficult to implement, so I will consider adding it to the specification.
jayl-e-e•11mo ago
Improvement deployed!
swaptr•11mo ago
Thanks, really appreciate the quick resolution. Looks like a really cool project and the goals seem to be well defined. All the best.
jayl-e-e•11mo ago
It's my pleasure! :)
jayl-e-e•11mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
75•hammer32•5h ago•17 comments

Show HN: CodeBurn – Analyze Claude Code token usage by task

https://github.com/AgentSeal/codeburn
29•agentseal•2d ago•7 comments

Show HN: Home Memory – A local DB of my house, down to cables and pipes

https://github.com/impactjo/home-memory
14•impactjo•4h ago•3 comments

Show HN: Stage – Putting humans back in control of code review

https://stagereview.app/
7•charleslpan•1h ago•2 comments

Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis

9•kaliades•6h ago•3 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
119•muchael•1d ago•47 comments

Show HN: Arrow. Point your phone, walk where it says, find out where

https://kouh.me/arrow
2•kouhxp•2h ago•1 comments

Show HN: Ilha – a UI library that fits in an AI context window

https://ilha.build/
14•ryuzyy•6h ago•7 comments

Show HN: I built a music theory course with games and spaced repetition

https://www.gitori.com/themes/music-theory?showTheoryTour=true
4•udit99•3h ago•3 comments

Show HN: SmallDocs - Markdown without the frustrations

29•FailMore•1d ago•13 comments

Show HN: A tool to calculate LLM model API costs when coding

https://the-designengineer.com/model-cost-estimator/
4•canxerian•3h ago•1 comments

Show HN: Hiraeth – AWS Emulator

https://github.com/SethPyle376/hiraeth
33•ozarkerD•16h ago•6 comments

Show HN: EDDI – Multi-agent AI engine where agent logic lives in JSON, not code

https://github.com/labsai/EDDI
2•ginccc•4h ago•0 comments

Show HN: Gave Claude a casino bankroll – it gambles till it's too broke to think

https://letaigamble.com/
32•mackbrowne•17h ago•8 comments

Show HN: German Abitur: More good grades, fewer bad grades

https://camminady.dev/abiturnoten/
3•k1next•6h ago•0 comments

Show HN: Silverfish IDP – a low cost, language‑first Internal Developer Portal"

https://dashboard.silverfishsoftware.com/
4•davidarno•6h ago•0 comments

Show HN: Omi – watches your screen, hears conversations, tells you what to do

https://github.com/BasedHardware/omi
15•kodjima33•22h ago•11 comments

Show HN: Every CEO and CFO change at US public companies, live from SEC

https://tracksuccession.com/explore
181•porsche959•1d ago•64 comments

Show HN: P2 - Object Storage Server with S3 Compatible API, MIT License

https://github.com/Suleman-Elahi/p2
3•isuleman•7h ago•0 comments

Show HN: I'm building Eigen, a self-hosted Google Workspace alternative

https://reindernijhoff.net/2026/04/eigen-six-months-later/
2•reindernijhoff•7h ago•1 comments

Show HN: I rebuilt a 2000s browser strategy game on Cloudflare's edge

https://kampfinsel.com/
37•parzivalt•5d ago•30 comments

Show HN: Fakecloud – Free, open-source AWS emulator

https://github.com/faiscadev/fakecloud
30•lucas_vieira•1d ago•9 comments

Show HN: I built a Wikipedia based AI deduction game

https://sleuththetruth.com/
8•brikym•18h ago•6 comments

Show HN: Open Finance Insurance sandbox (OAuth2, quotes → policies)

https://github.com/Rp12/uae-openfinance-test-backend
3•Renjit•9h ago•0 comments

Show HN: Stop Using LangChain

https://synapsekit.github.io/synapsekit-docs/
3•aminau•9h ago•0 comments

Show HN: Object Storage Comparisons

https://storage.mixpeek.com
9•Beefin•17h ago•0 comments

Show HN: LangAlpha – what if Claude Code was built for Wall Street?

https://github.com/ginlix-ai/langalpha
144•zc2610•2d ago•53 comments

Show HN: Plain – The full-stack Python framework designed for humans and agents

https://github.com/dropseed/plain
93•focom•2d ago•51 comments

Show HN: Flint – A 30B model fine-tuned for less repetition

https://springboards.ai/models/flint-alpha
6•thmsmxwll•17h ago•0 comments

Show HN: Sudomake Friends, personalized AI personas in a Telegram group chat

https://github.com/audiodude/sudomake-friends/
7•audiodude•18h ago•1 comments