An open API service providing commit metadata for open source projects.

GitHub / ServiceStack/ServiceStack.Redis / commits

SHA Message Author Date Stats
54c703c5 Don't put disposed clients back in the pool Demis Bellot <d****t@g****m> over 11 years ago
c3f55b41 Add RedisSentinel.FailoverToSentinelHosts() for an explicit failover to curre... Demis Bellot <d****t@g****m> over 11 years ago
2b624028 explicitly dispose connection of existing redis clients on Failover Demis Bellot <d****t@g****m> over 11 years ago
d36ae951 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
91503707 share same redisCollection instance for all threads Demis Bellot <d****t@g****m> over 11 years ago
260a2591 Try again with the instance outside the loop and clean up RetryAction Demis Bellot <d****t@g****m> over 11 years ago
c03f10fe Add multi-threaded Stress Test example of Hash Collections Demis Bellot <d****t@g****m> over 11 years ago
7b219fd2 comment existing stress test Demis Bellot <d****t@g****m> over 11 years ago
3ef1d3e0 Add HostFilter to RedisSentinel Demis Bellot <d****t@g****m> over 11 years ago
9b836072 Change Active to use Interlocked to avoid thread caching Demis Bellot <d****t@g****m> over 11 years ago
869cfc16 Add Can_specify_db_on_RedisSentinel() test Demis Bellot <d****t@g****m> over 11 years ago
76e22e09 Update dlls Demis Bellot <d****t@g****m> over 11 years ago
e1ab8ce5 Change the default Db to long? to avoid overriding db setting on connection s... Demis Bellot <d****t@g****m> over 11 years ago
03266db2 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
271e5a14 Update README.md Demis Bellot <d****t@g****m> over 11 years ago
c1db97a6 Update README.md Demis Bellot <d****t@g****m> over 11 years ago
e4858892 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
78d7d7ac Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
5c46c308 Remove SS.Common ref from Console.Tests Demis Bellot <d****t@g****m> over 11 years ago
2a75bbae Avoid SS.Common Times ext method to fix CI build error Demis Bellot <d****t@g****m> over 11 years ago
88f8bce3 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
a9a9cb78 Add HashStressTest to Console Integration test Demis Bellot <d****t@g****m> over 11 years ago
38c192d2 use existing approach for retrieving next index Demis Bellot <d****t@g****m> over 11 years ago
c94eedd2 fix host index to look at Host.Count instead of client.Length Demis Bellot <d****t@g****m> over 11 years ago
223c98f5 Add ingegration test for RedisManagerPool Demis Bellot <d****t@g****m> over 11 years ago
e4705e24 Refactor to use renamed WaitBeforeNextRestart API Demis Bellot <d****t@g****m> over 11 years ago
72101c2f Implement new GetTimeToLive API to return TimeSpan? Demis Bellot <d****t@g****m> over 11 years ago
607ccaa0 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
f29646f5 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
fdb9c6c6 Handle ex when GetServerTime() fails in Init() Demis Bellot <d****t@g****m> over 11 years ago
fa07a612 Update ConsoleTest to run long running Pub/Sub Server Demis Bellot <d****t@g****m> over 11 years ago
ea72bd56 Update SS dlls Demis Bellot <d****t@g****m> over 11 years ago
7bbc3fdc Add test storing/retrieving relaated entities with models that have string ids Demis Bellot <d****t@g****m> over 11 years ago
dfb0e084 Refactor AutoRestart logic Demis Bellot <d****t@g****m> almost 12 years ago
099c07fb remove Explicit from ignored tests Demis Bellot <d****t@g****m> almost 12 years ago
e8498ced Remove text fixture from base class Demis Bellot <d****t@g****m> almost 12 years ago
2fe09efb Add support for periodic heartbeats and auto reconnects Demis Bellot <d****t@g****m> almost 12 years ago
14fdbd54 Increase default pool size to 40 Demis Bellot <d****t@g****m> almost 12 years ago
6f378f74 Ignore redis sentinel integration tests Demis Bellot <d****t@g****m> almost 12 years ago
46ca45d7 Update SS Text Demis Bellot <d****t@g****m> almost 12 years ago
1cce85fe update codegen signed builds Demis Bellot <d****t@g****m> almost 12 years ago
d84f037a Update SS.Text dll Demis Bellot <d****t@g****m> almost 12 years ago
79128338 Add new overridable RedisManagerFactory to RedisSentinel with configurable On... Demis Bellot <d****t@g****m> almost 12 years ago
51efbdc8 Add additional Failover API to IRedisFailover Demis Bellot <d****t@g****m> almost 12 years ago
94757632 merge Merge pull request #206 from allthedrones/master Demis Bellot <d****t@g****m> almost 12 years ago
c96c3f27 Exclude password from exception and debug messages. Dusty Kline <d****e@s****m> almost 12 years ago
1b5ff472 Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
7d62a5c9 Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
d1ee6622 Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
e784f76b merge Merge pull request #205 from allthedrones/master Demis Bellot <d****t@g****m> almost 12 years ago
cc497e1d Catch wrapped SocketExceptions when SslStream.Write is being used. Dusty Kline <d****e@s****m> almost 12 years ago
c637a36e Refactor CacheClient/Transaction to use atomic set command where possible, th... Demis Bellot <d****t@g****m> almost 12 years ago
747cef8a Split set method into different API's with NX/XX returning bool response Demis Bellot <d****t@g****m> almost 12 years ago
c936928f clean up RedisTransaction Demis Bellot <d****t@g****m> almost 12 years ago
f940d5f4 Handle reading '0' response in bytes[0] response Demis Bellot <d****t@g****m> almost 12 years ago
021857c1 Fix use of Add with expiry in transaction Demis Bellot <d****t@g****m> almost 12 years ago
3ad60f7b readd locks Demis Bellot <d****t@g****m> almost 12 years ago
97bfdd5b Change pool handling in new RedisManagerPool, return new (unmanaged) client w... Demis Bellot <d****t@g****m> almost 12 years ago
b67eb8b8 ignore integration test Demis Bellot <d****t@g****m> almost 12 years ago
605c5109 Add link to CertValidation example Demis Bellot <d****t@g****m> almost 12 years ago
31f4629b Add runtime workaround for Mono not supporting EncryptionPolicy with SslStream Demis Bellot <d****t@g****m> almost 12 years ago
8ddcd3ad Update README Demis Bellot <d****t@g****m> almost 12 years ago
0057821c Update README with latest changes Demis Bellot <d****t@g****m> almost 12 years ago
e4eb757d Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
11030f09 Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
14f7712b Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
f2ac27b8 Update SS dlls Demis Bellot <d****t@g****m> almost 12 years ago
febed2e1 Update SS Text dll Demis Bellot <d****t@g****m> almost 12 years ago
46db33bb Update SS interfaces Demis Bellot <d****t@g****m> almost 12 years ago
244f7337 Update SS Interfaces Demis Bellot <d****t@g****m> almost 12 years ago
efc73f15 merge Merge pull request #204 from gregoryb/master Demis Bellot <d****t@g****m> almost 12 years ago
84a5c70f Added the key as argument of the migrate command. gregory_realytics <g****y@r****o> almost 12 years ago
bc01f23b merge Merge pull request #203 from gregoryb/master Demis Bellot <d****t@g****m> almost 12 years ago
5c950671 Added the key as argument of the dump command. gregory_realytics <g****y@r****o> almost 12 years ago
05ef270e Add examples of using complex types with new Custom API's Demis Bellot <d****t@g****m> almost 12 years ago
1207ec92 Add support for custom commands Demis Bellot <d****t@g****m> almost 12 years ago
6f06e286 Fix whitespace for generic and pipeline classes Demis Bellot <d****t@g****m> almost 12 years ago
46ecd843 Allow IntCallbacks to be called if a long operation is queued Demis Bellot <d****t@g****m> almost 12 years ago
e6c74397 Fix Pooled RedisManager tests and add new RedisManagerPoolTests Demis Bellot <d****t@g****m> almost 12 years ago
10357746 Add new slimmer and simpler RedisManagerPool Demis Bellot <d****t@g****m> almost 12 years ago
4e1178d0 Add test to connect to ssl server with urlencoded password Demis Bellot <d****t@g****m> almost 12 years ago
72d4e24e Add config tests to test state of RedisClient vs RedisEndpoint in Client Mana... Demis Bellot <d****t@g****m> almost 12 years ago
8c62075b Add new NamespacePrefix and ConnectTimeout options on RedisEndpoint Demis Bellot <d****t@g****m> almost 12 years ago
4c0678ea Add new API to read unstructured complex type responses Demis Bellot <d****t@g****m> almost 12 years ago
cad3f7b1 Add new Client, Config and Role commands Demis Bellot <d****t@g****m> almost 12 years ago
232fccbe Add new IHandleClientDispose interface shared by Pooled Managers Demis Bellot <d****t@g****m> almost 12 years ago
126e68b1 Change RedisClient and RedisClient Factories to accept a rich RedisEndpoint i... Demis Bellot <d****t@g****m> almost 12 years ago
59d9e7be Dry PooledRedisClientManager Demis Bellot <d****t@g****m> almost 12 years ago
6e62f0a5 Add new Config, Client and Role commands Demis Bellot <d****t@g****m> almost 12 years ago
cdb79a55 DRY BasicRedisClientsManager Demis Bellot <d****t@g****m> almost 12 years ago
6cea3d2e Update SS Interfaces dlls Demis Bellot <d****t@g****m> almost 12 years ago
1b46ba93 Add RedisConfig tests Demis Bellot <d****t@g****m> almost 12 years ago
b6ea57cd Add docs on new RedisPubSubServer Demis Bellot <d****t@g****m> almost 12 years ago
a79f0442 Add load tests on SSL Client Demis Bellot <d****t@g****m> almost 12 years ago
f9286605 Ignore SslTests again Demis Bellot <d****t@g****m> almost 12 years ago
4a89fba3 Ignore SslTests Demis Bellot <d****t@g****m> almost 12 years ago
46d47d36 codegen signed projs Demis Bellot <d****t@g****m> almost 12 years ago
e1b80edf Add SSL Support to RedisClient Demis Bellot <d****t@g****m> almost 12 years ago
051d9f94 break if StringBuilder exceeds lastCommand display Demis Bellot <d****t@g****m> almost 12 years ago
fa4a5c40 Update SS.Text dlls Demis Bellot <d****t@g****m> almost 12 years ago

← Back to repository