Madelyn Olson

Results 63 issues of Madelyn Olson

I wanted to put this up to see if folks are interested in having a more ergonomic and consistent unit testing framework. The main features: 1. New tests are easy....

Starting a thread to find ideas for folks to propose alternative naming ideas. If you have an idea, please post it here in a single comment. 👍 for ideas that...

There are several features on our roadmap that assume that we will develop some form of locking on an individual key. I think there is only one commonly accepted approach...

Scan is supposed to provide the following guarantees (as per https://redis.io/docs/manual/keyspace/): A full iteration always retrieves all the elements that were present in the collection from the start to the...

For our initial compatibility release, I think we want to have a very limited and well defined set of changes. I am proposing we launch a 7.2.4 version, which is...

The command `INFO` includes the following lines: ``` # Server redis_version:255.255.255 redis_git_sha1:daadbca2 redis_git_dirty:1 redis_build_id:187c43196ce2ead2 redis_mode:standalone ``` Clients use this information to find out which version the server is running and...

Ideally all of the description should be: 1. Full sentences with capitalization 2. Include punctuation.

documentation
help wanted
good first issue

As per, https://github.com/placeholderkv/placeholderkv/pull/35/files#diff-cccaa466d7e18f8b5fdf9fe8b0d2abd4b29d39f509af8bdb8d3878a0fbf02ac2L11-L12. ``` The structure of each JSON is somewhat documented in https://redis.io/commands/command-docs/ and https://redis.io/commands/command/ ``` We should probably actually document them for external and internal users.

documentation

I've gone ahead and added a DCO check for our version. We want to make sure we aren't unintentionally pulling in code from either redict (which is LGPL) or Redis...

**The problem/use-case that the feature addresses** Implement a scan cursor that can consistently scan the entire cluster, instead of today which requires individually targeting each node and sending it an...

major-decision-pending