GitShow/tj/nedis
tj

nedis

Redis server implementation written with nodejs

by tj
Star on GitHubForknpm

JavaScript

132 stars20 forks4 contributorsQuiet · 14y agoSince 2011

Meet the team

See all 4 on GitHub →
tj
tj272 contributions
aheckmann
aheckmann26 contributions
grumdrig
grumdrig1 contribution
janpieper
janpieper1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 7 discussions · Last activity 14y ago
See all on GitHub →
tj
Node fails under loadOpenIssue

doing 100,000 SETs even with a 1ms timeout produces random results.. the parser could be slightly off, however even when DBSIZE reports back with a large number the AOF contains farrrr less, which is not good :) node's fs.WriteStream seems to be failing

tj · 12y ago
abiank
"multi" supportOpenIssue

Just realized my favorite redis client needs multi support. Any tips on how to implement it myself?

abiank · 13y ago
tisba
"Socket is not writable" when sending QUITOpenIssue

I discovered a problem, where in out testsuite I'm sending a QUIT (in a test-teardown function) to close the client's connection. If there are outstanding responses from other requests to nedis, you'll see: The problem is, that in connection.js (e.g. https://github.com/visionmedia/nedis/blob/master/lib/connection.js#L152) it is not checked, if the stream is writable or not. I'd like to supply a patch for this problem, but I'd also like to know how you would like it to be solved. Is it correct to just call a wrapper function that will first check before actually doing ? Are there any bad tradeoffs I'm not seeing yet? Best Sebastian

tisba · 14y ago

Recent fixes

View closed PRs →
janpieper
Allow port=0 to let the kernel choose a random unprivileged port.MergedPR

If you pass as port to , the kernel will choose a random and free unprivileged port. You can select the selected port with .

janpieper · 12y ago
grumdrig
TTL bug in nedisMergedPR

One-liner to have TTL return seconds instead of milliseconds.

grumdrig · 14y ago
Structured data for AI agents

Repository: tj/nedis. Description: Redis server implementation written with nodejs Stars: 132, Forks: 20. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 0, open issues: 7. Last activity: 14y ago. Community health: 28%. Top contributors: tj, aheckmann, grumdrig, janpieper.

·@ofershap

Replace github.com with gitshow.dev