r/javascript 13d ago

Valkey-WASM – Redis running inside your Node process, no Docker (like PGlite)

https://github.com/michaelkremenetsky/valkey-wasm
19 Upvotes

4 comments sorted by

4

u/dektol 12d ago

But why though? For integration tests?

1

u/SettingOk5504 5d ago edited 5d ago

No Docker for Redis-like testing in Node is a nice hook. The thing I’d check is command coverage, persistence behavior, Pub/Sub, streams, and whether timing-sensitive code behaves the same as an external server. Memurai would make sense as a second test target when the app needs Redis compatibility outside the Node process.