Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ByteDecoder
/
StackExchange.Redis
Public
forked from
StackExchange/StackExchange.Redis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
StackExchange.Redis
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 15, 2021
add support for Index Definition (#1544)
Show description for 88e9e36
4 people
authored
88e9e36
View commit details
Copy full SHA for 88e9e36
View code at this point
Browse repository at this point
Throw RedisConnectionException instead of NotImplementedException (#1633)
Tasteful
authored
8856862
View commit details
Copy full SHA for 8856862
View code at this point
Browse repository at this point
add support for parsing and formatting unix domain sockets (#1624)
mgravell
authored
1920f5a
View commit details
Copy full SHA for 1920f5a
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
remove ROLE from the IsAdmin group; fix #1630
mgravell
committed
6409b9d
View commit details
Copy full SHA for 6409b9d
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Disambiguate varadic list push operations (fix overloaded and competing optional parameters)
mgravell
committed
296b289
View commit details
Copy full SHA for 296b289
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
AppVeyor: Install .NET 5.0 SDK (#1613)
Show description for 159ce66
NickCraver
authored
159ce66
View commit details
Copy full SHA for 159ce66
View code at this point
Browse repository at this point
Async backlog (#1612)
Show description for bfc7dbd
mgravell
authored
bfc7dbd
View commit details
Copy full SHA for bfc7dbd
View code at this point
Browse repository at this point
Net5 (#1610)
Show description for 8b2b397
mgravell
authored
8b2b397
View commit details
Copy full SHA for 8b2b397
View code at this point
Browse repository at this point
Allow CheckCertificateRevocation to be set on connection string (#1591)
Show description for a81d902
3 people
authored
a81d902
View commit details
Copy full SHA for a81d902
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
only consider cancellation if it doesn't complete synchronously
mgravell
committed
e1e7189
View commit details
Copy full SHA for e1e7189
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
Merge branch 'main' into pr/1585
Nick Craver
committed
3d43209
View commit details
Copy full SHA for 3d43209
View code at this point
Browse repository at this point
Merge pull request #1563 from aravindyeduvaka/master
Show description for b634be8
NickCraver
authored
b634be8
View commit details
Copy full SHA for b634be8
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Build changes - netcoreapp3.1 and dependencies (#1594)
Show description for 59ef0c4
mgravell
authored
59ef0c4
View commit details
Copy full SHA for 59ef0c4
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Revert misleading change to documentation (#1576)
pseidel-kcf
authored
64e5b13
View commit details
Copy full SHA for 64e5b13
View code at this point
Browse repository at this point
minor tweaks on Role.cs; ToString, usings
mgravell
committed
80165ea
View commit details
Copy full SHA for 80165ea
View code at this point
Browse repository at this point
Implement ROLE command (#1551)
Show description for eacfff8
zmj
authored
eacfff8
View commit details
Copy full SHA for eacfff8
View code at this point
Browse repository at this point
Do not invert the range if the `max` value is `default(RedisValue)` (#1573)
Show description for 76cba67
tombatron
authored
76cba67
View commit details
Copy full SHA for 76cba67
View code at this point
Browse repository at this point
Implement api for rpushx/lpushx with multiple values (#1577)
Show description for b98a9dc
dmytrohridin
and
Dmytro Hridin
authored
b98a9dc
View commit details
Copy full SHA for b98a9dc
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
rethrow any other
arsnyder16
committed
0d5e7c9
View commit details
Copy full SHA for 0d5e7c9
View code at this point
Browse repository at this point
using cancellation token source
arsnyder16
committed
0ba9a2f
View commit details
Copy full SHA for 0ba9a2f
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
fix for mutex slim being released too early during flush operation
arsnyder16
committed
4766196
View commit details
Copy full SHA for 4766196
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
Implement KeyValuePairParser.TryRead for Int64 (#1568)
chrnola
authored
8b64a53
View commit details
Copy full SHA for 8b64a53
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
ForceReplication during failovers to reduce errors in clustered scenarios
joroda
authored and
aravindyeduvaka
committed
d28a43a
View commit details
Copy full SHA for d28a43a
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Merge branch 'main' into pr/1525
Nick Craver
committed
be109fd
View commit details
Copy full SHA for be109fd
View code at this point
Browse repository at this point
Make this internal for now
Nick Craver
committed
f2831c8
View commit details
Copy full SHA for f2831c8
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
Merge pull request #1532 from deepakverma/ServerSelectionStrategy
Show description for 026ce92
NickCraver
authored
026ce92
View commit details
Copy full SHA for 026ce92
View code at this point
Browse repository at this point
improve error message when reporting config string errors (#1559)
Show description for 046f135
mgravell
authored
046f135
View commit details
Copy full SHA for 046f135
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
Don't set a default serverselection stratergy in case there was a fault getting the servertype
deepakverma
committed
d2cc471
View commit details
Copy full SHA for d2cc471
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
Fix for #1512
Show description for df2e11a
Nick Craver
committed
df2e11a
View commit details
Copy full SHA for df2e11a
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Fix sentinel default port when connecting with configuration string
ejsmith
committed
c689208
View commit details
Copy full SHA for c689208
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Fixed a copy/paste mistake in documentation (#1509)
Show description for 4eb7f81
SpiritBob
authored
4eb7f81
View commit details
Copy full SHA for 4eb7f81
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
prefix the new exception keys correctly; fix possible NRE cause in CursorEnumerable
mgravell
committed
118698d
View commit details
Copy full SHA for 118698d
View code at this point
Browse repository at this point
Improve *SCAN logging and make it redis-cluster-proxy compatible
Show description for 9347563
mgravell
authored
9347563
View commit details
Copy full SHA for 9347563
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
fix a System.Buffers break via System.IO.Pipelines; 4.7.2 adds a netfx TFM, which in turn adds System.Buffers breaks
Show description for 6d792d0
mgravell
committed
6d792d0
View commit details
Copy full SHA for 6d792d0
View code at this point
Browse repository at this point
better detection of 4.7.2
mgravell
committed
8b2dbf0
View commit details
Copy full SHA for 8b2dbf0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.