Tal Zaccai

Results 21 issues of Tal Zaccai

Hello, I'm working on a project that utilizes the AsyncWorkflow code. It seems that the reconstruction of the state machine raises an exception when the project is compiled with either...

Here's your opportunity to implement a RESP command in Garnet! **Syntax:** `HSTRLEN key field` **Command description:** Returns the string length of the value associated with `field` in the hash stored...

good first issue
help wanted

Here's your opportunity to implement a RESP command in Garnet! **Syntax:** `ZMSCORE key member [member ...]` **Command description:** Returns the scores associated with the specified `members` in the sorted set...

good first issue
help wanted

So it turns out that severity of specific "dotnet_diagnostic" style rules take precedence over severity of category of analyzer rules BUT severity of category of analyzer rules takes precedence over...

Here's your opportunity to implement a couple of RESP commands in Garnet! ## SUNION **Syntax:** `SUNION key [key ...]` **Command description:** Returns the members of the set resulting from the...

good first issue
help wanted
API

Here's your opportunity to implement a couple of RESP commands in Garnet! ## SDIFF **Syntax:** `SDIFF key [key ...]` **Command description:** Returns the members of the set resulting from the...

good first issue
help wanted
API

Here's your opportunity to implement a couple of RESP commands in Garnet! ## SINTER **Syntax:** `SINTER key [key ...]` **Command description:** Returns the members of the set resulting from the...

good first issue
help wanted
API

Additional "wrong number of arguments" fixes in object store commands See previous related pr #103 Fixed commands in this PR: ZADD, HKEYS, LPUSH / RPUSH, LPOP, SPOP

Calling SPOP with a specified COUNT causes a server crash. **Repro:** 127.0.0.1:3278> sadd key1 "1" "2" "3" (integer) 3 127.0.0.1:3278> spop key1 3 Error: Server closed the connection **Stack Trace:**...

bug

Here's your opportunity to implement a RESP command in Garnet! ## LSET **Syntax:** `LSET key index element` **Command description:** Sets the list element at `index` to `element`. For more information...

good first issue
help wanted
API