Arthur Lee

Results 115 comments of Arthur Lee

> Let me mention that I am not sure when we will implement it. > > Community contributions are welcomed! cool I will take a look at this

> **Proposed changes:** > > * `BF.EXISTS`, `CF.EXISTS` - Introduce a new optional flag `[CKE]` (Check Key Existence): > > * Without this flag (current behavior), the reply is: >...

> @arthurkiller thank you, Indeed, we need to fail gracefully if the allocation size is unrealistic (a single Redis key's value should be limited to `proto-max-bulk-len` (512MB)). @LiorKogan thx for...

> @arthurkiller thank you, Indeed, we need to fail gracefully if the allocation size is unrealistic (a single Redis key's value should be limited to `proto-max-bulk-len` (512MB)). There are two...

> @arthurkiller The key is not limited intentionally. The limit of 512MB is only applied when you try to retrieve the key. With probabilistic data-structures you will need this only...

server should not crash in any case by calling just a command, only if this could do harm to the core data or we need to panic in this situation.

#67 I have implement udp association here

@madeye Hey dude, request for your review if possible

@madeye thx alot and I have touched with @lixin9311 ,and the merge will be in a manual way @riobard thx for reply The aim for me to reconstruct this project...