-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 45 files changed
- 3 contributors
Commits on Jun 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 553cdba - Browse repository at this point
Copy the full SHA 553cdbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbda97 - Browse repository at this point
Copy the full SHA cbbda97View commit details
Commits on Jul 10, 2026
-
Fix error processing GeoResult (#3124)
* investigate and fix #3123 * F+F the test setup * nit, nuke a using direction * in debug: make all string -> RedisValue *explicit* (incomplete, needs a fix to the ship-file) * fix shipfiles for DEBUG hack * docs * fix exp link * I knew we had a Write...(RedisKey) method somewhere! * move NO ONE to RedisLiterals
Configuration menu - View commit details
-
Copy full SHA for afcc0dc - Browse repository at this point
Copy the full SHA afcc0dcView commit details -
Build tools: centralize code-gen indent handling in a CodeWriter (#3033…
Configuration menu - View commit details
-
Copy full SHA for b334dcf - Browse repository at this point
Copy the full SHA b334dcfView commit details -
propose agents guidelines and skills (#3117)
* propose agents guidelines and skills * add command source notes * ensure `SORT_RO` parse correctly; impact: Execute would not apply command-map rename correctly otherwise * Update AGENTS.md
Configuration menu - View commit details
-
Copy full SHA for 51b2090 - Browse repository at this point
Copy the full SHA 51b2090View commit details -
Throw a clear error when an Execute command contains whitespace (#3122)
* Throw a clear error when an Execute command contains whitespace Execute("ACL SETUSER x") passes a whole command line as the single command token, which gets sent as one unknown command and comes back as an opaque server error. Since a redis command token never contains internal whitespace, this is always a caller mistake, so the ExecuteMessage constructor now fails fast with an ArgumentException-style RedisCommandException that names the offending command and shows the correct token-per-argument form. Resolves #2689. Signed-off-by: Arpit Jain <[email protected]> * test for simple space only limit to simple space; if people are being *that* creative, that's on them * Remove test case for 'echo\thello' command Removed test case for command with tab character. --------- Signed-off-by: Arpit Jain <[email protected]> Co-authored-by: Marc Gravell <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 0b03ed1 - Browse repository at this point
Copy the full SHA 0b03ed1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.11...3.0.17