Yao Yue

Results 36 issues of Yao Yue

I got a request to find out how many keys there are in cache that belong to a particular dataset (represented by a specific prefix). I thought about it for...

enhancement

These are the scripts Juncheng wrote for ADQ tests. These are not ready for merge yet but will be parked here as reference for the blog post. I will start...

This is a pubsub implementation that's compatible with Redis' pub/sub, but it's a standalone server, not mixed with other redis features. Also, the publisher does not need to wait for...

We should add a "Getting Started" guide and update README.md, on common issues such as what binary to use for what purpose, how to config server, and how to verify...

A few questions here: - should we use python3? There's no historical baggage, so the question boils down to if there are new features that would benefit testing. - what's...

Currently we need blank lines to separate individual commands inside the same test sequence, and executes each command following the req-rsp-stat order. It would be more flexible to allow a...

enhancement

- remove sudo requirement (so we can use containers) - check if caching can be used

enhancement