build-your-own-redis icon indicating copy to clipboard operation
build-your-own-redis copied to clipboard

Definition for the redis challenge.

Results 25 build-your-own-redis issues
Sort by recently updated
recently updated
newest added

I passed this stage(Command Processing Stage ) earlier now while running test for next stage it is again failing for Command processing stage I have just added 1 line (conn.Write())...

> For instance every time I try to submit stage 3 for Redis for C++, I keep getting "undefined reference to pthread_create". I have the header files and all of...

in progress

Hello I enjoy your website and implementing your challenges are fun :) However, I think I faced a small bug during streams stage at "Blocking reads" task. The tester is...

Currently we don't check the time elapsed when the `WAIT` command is supposed to return early. But, as highlighted by @andy1li, this might lead to cases where user never implements...

When we reuse a connection to send multiple commands, we still emit logs like this: ``` $ redis-cli SET a b $ redis-cli SET b c ``` This can be...

Thanks to @camin-mccluskey for pointing this out!