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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
StackExpress
/
ServiceStack.Redis
Public
forked from
ServiceStack/ServiceStack.Redis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 29, 2012
Merge pull request #90 from desunit/master
Show description for ea0d1c9
desunit
committed
ea0d1c9
View commit details
Copy full SHA for ea0d1c9
Browse repository at this point
fixed #89:
Show description for f47daab
desunit
committed
f47daab
View commit details
Copy full SHA for f47daab
Browse repository at this point
Commits on Aug 27, 2012
INCR to v3.96
mythz
committed
1635e80
View commit details
Copy full SHA for 1635e80
Browse repository at this point
Commits on Aug 26, 2012
Merge remote branch 'origin/master'
mythz
committed
b53f65a
View commit details
Copy full SHA for b53f65a
Browse repository at this point
Don't decode JSON strings when fetching raw strings with GetValues();
mythz
committed
7269090
View commit details
Copy full SHA for 7269090
Browse repository at this point
Commits on Aug 22, 2012
Merge pull request #86 from desunit/master
Show description for 7fc1a70
desunit
committed
7fc1a70
View commit details
Copy full SHA for 7fc1a70
Browse repository at this point
- marked Can_receive_and_process_same_reply_responses as inconsistent
desunit
committed
cea7f29
View commit details
Copy full SHA for cea7f29
Browse repository at this point
Merge pull request #85 from desunit/master
Show description for 5e3917b
desunit
committed
5e3917b
View commit details
Copy full SHA for 5e3917b
Browse repository at this point
- stabilizing Redis MQ integration tests
desunit
committed
b7a2fb7
View commit details
Copy full SHA for b7a2fb7
Browse repository at this point
Merge pull request #84 from desunit/master
Show description for 2bff242
desunit
committed
2bff242
View commit details
Copy full SHA for 2bff242
Browse repository at this point
related to pull #82:
Show description for 3061ed3
desunit
committed
3061ed3
View commit details
Copy full SHA for 3061ed3
Browse repository at this point
Merge pull request #83 from bculberson/working
Show description for e4b07bb
mythz
committed
e4b07bb
View commit details
Copy full SHA for e4b07bb
Browse repository at this point
more efficient find of existing inactive connections instead of using linq and for loop
bculberson
committed
cb63bab
View commit details
Copy full SHA for cb63bab
Browse repository at this point
Rewrote WriteToSendBuffer() to be more efficient and reslient to large LOH chunks. All byte buffer allocations now using a shared lock-free buffer pool at 1450 byte size chunks (~1500 MTU - frame h…
Show description for 1f395f5
mythz
committed
1f395f5
View commit details
Copy full SHA for 1f395f5
Browse repository at this point
Commits on Aug 21, 2012
Merge pull request #82 from bculberson/stream-handling
Show description for c8f97f1
mythz
committed
c8f97f1
View commit details
Copy full SHA for c8f97f1
Browse repository at this point
use new ArraySegment send from windows only
bculberson
committed
4ab3545
View commit details
Copy full SHA for 4ab3545
Browse repository at this point
Merge pull request #80 from bculberson/master
Show description for e85a294
mythz
committed
e85a294
View commit details
Copy full SHA for e85a294
Browse repository at this point
reuse existing connections if they are not in use
bculberson
committed
2abcc14
View commit details
Copy full SHA for 2abcc14
Browse repository at this point
Merge pull request #79 from bculberson/master
Show description for edc6fbd
mythz
committed
edc6fbd
View commit details
Copy full SHA for edc6fbd
Browse repository at this point
Commits on Aug 20, 2012
Memory management of large byte [] in buffers
bculberson
committed
112e4ca
View commit details
Copy full SHA for 112e4ca
Browse repository at this point
Merge pull request #77 from desunit/master
Show description for b0384d9
desunit
committed
b0384d9
View commit details
Copy full SHA for b0384d9
Browse repository at this point
- more fixes for integration tests related to MqHost race conditions
desunit
committed
1b8b5d4
View commit details
Copy full SHA for 1b8b5d4
Browse repository at this point
Commits on Aug 19, 2012
- fixed Alchemy tests
Show description for 7c22d1f
desunit
committed
7c22d1f
View commit details
Copy full SHA for 7c22d1f
Browse repository at this point
- fixed SetUp phase
desunit
committed
96605a6
View commit details
Copy full SHA for 96605a6
Browse repository at this point
- resolved conflicts between tests in ALchemy
desunit
committed
c71d5f1
View commit details
Copy full SHA for c71d5f1
Browse repository at this point
- added prefix key for channel
desunit
committed
fecc8b4
View commit details
Copy full SHA for fecc8b4
Browse repository at this point
- changed channel name to be unique
desunit
committed
eea62ca
View commit details
Copy full SHA for eea62ca
Browse repository at this point
Merge pull request #76 from desunit/master
Show description for 59bc334
desunit
committed
59bc334
View commit details
Copy full SHA for 59bc334
Browse repository at this point
- marked MQ tests as explicit
desunit
committed
f9224d2
View commit details
Copy full SHA for f9224d2
Browse repository at this point
- fixed broken Generic RedisClientTests
Show description for 7499b23
desunit
committed
7499b23
View commit details
Copy full SHA for 7499b23
Browse repository at this point
- fixed bug with incorrect set of round brackets
desunit
committed
cb4ace4
View commit details
Copy full SHA for cb4ace4
Browse repository at this point
Merge pull request #75 from desunit/master
Show description for 4e1ca6d
desunit
committed
4e1ca6d
View commit details
Copy full SHA for 4e1ca6d
Browse repository at this point
- fixing integration test conflicts
desunit
committed
6808a88
View commit details
Copy full SHA for 6808a88
Browse repository at this point
Commits on Aug 18, 2012
- set Release as default configuration
desunit
committed
750551c
View commit details
Copy full SHA for 750551c
Browse repository at this point
- optimized logging by removing concatenation and replacing it with Log and its arguments
Show description for 5444cb7
desunit
committed
5444cb7
View commit details
Copy full SHA for 5444cb7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.