-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Some extra stuff that I didn't have time to work on:
- Refactor C# commands that have a custom response
- Probably a lot of custom response handlers can be replaced to reuse a common handler instead
- Investigate whether or not we can replace
ValkeyValue
parsing (likegs is null ? ValkeyValue.Null : (ValkeyValue)gs
) with theValkeyValue.Unbox(val)
method - Mass rename to remove
async
in the names where not needed - Make docs consistent (should be pretty easy with AI)
- Ex. there might be variations on how docs are formatted for things like
Since: Valkey X.X and above
- Ex. there might be variations on how docs are formatted for things like
yipin-chen
Metadata
Metadata
Assignees
Labels
No labels