1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-11 03:21:38 +03:00
Commit Graph

2646 Commits

Author SHA1 Message Date
83513b5140 Merge pull request #644 from go-redis/fix/tx-pipeline-cmdable
Add TxPipeline to Cmdable
2017-09-25 13:07:42 +03:00
f9307ab2fe Add TxPipeline to Cmdable 2017-09-25 11:48:44 +03:00
975882d73d Merge pull request #639 from go-redis/fix/misses
Replace PoolStats.Requests with PoolStats.Misses
v6.7.0
2017-09-22 12:38:59 +03:00
bc5f9a6878 Replace PoolStats.Requests with PoolStats.Misses 2017-09-22 12:28:08 +03:00
ed81cb623d Merge pull request #638 from dvrkps/patch-1
travis: update go version
2017-09-19 18:09:11 +03:00
5c93788928 travis: update go version 2017-09-19 16:23:54 +02:00
fdafb11e5f Merge pull request #636 from go-redis/fix/pool-stats-alias
PoolStats is an alias for pool.Stats
v6.6.1
2017-09-11 10:38:23 +03:00
09176ef4fa PoolStats is an alias for pool.Stats 2017-09-11 10:12:00 +03:00
aeb93fd3cb Merge pull request #635 from go-redis/feature/cluster-db-size
Add Cluster.DBSize
2017-09-11 09:32:43 +03:00
0a7606651d Add Cluster.DBSize 2017-09-11 09:19:30 +03:00
6ee2076b1d Merge pull request #634 from go-redis/fix/stale-conns
Fix/stale conns
2017-09-11 09:16:46 +03:00
5294b5dae1 Add PoolStats.StaleConns and enable logging by default 2017-09-11 09:10:17 +03:00
1173a9589f Cleanup code 2017-09-11 08:58:56 +03:00
ddbd81ea6c readme: fix link 2017-09-03 10:31:40 +03:00
74d5147d86 Merge pull request #630 from go-redis/fix/pipeline-retrying
Rework pipeline retrying
v6.6.0
2017-09-01 15:09:05 +03:00
dbd2c99ba9 Rework pipeline retrying 2017-09-01 14:56:00 +03:00
0daeac9c3e readme: mention connection pooling 2017-08-21 10:19:13 +03:00
19c1c2272e Merge pull request #623 from go-redis/feature/zlexcount
Add ZLexCount
v6.5.7
2017-08-15 11:01:05 +03:00
8ff417ca18 Fix flaky tests 2017-08-15 10:49:45 +03:00
63e3bc58c7 Retry cluster down errors 2017-08-15 10:12:43 +03:00
a9364f117c Add ZLexCount 2017-08-15 09:49:23 +03:00
7a034e1609 Merge pull request #613 from rayalex/master
Using INCR as an atomic operation
2017-08-04 14:55:57 +03:00
89515eebd1 Merge pull request #612 from okmeter/master
Stop ConnPool.tryDial for closed pool
v6.5.6
2017-08-04 14:44:34 +03:00
165f47fa41 Using INCR as an atomic operation 2017-08-04 10:51:14 +02:00
7ae26b74bc stop ConnPool.tryDial goroutine if pool was closed 2017-08-04 01:11:35 +03:00
a8ee44122a Merge pull request #611 from go-redis/fix/pubsub-deadlock
Fix PubSub.Subscribe deadlock
v6.5.5
2017-08-01 14:27:30 +03:00
dbcf95c85e Fix PubSub.Subscribe deadlock 2017-08-01 14:21:26 +03:00
2fb3f0e45f Merge pull request #604 from v2e4lisp/fix/cluster-readonly
Limit Readonly Option to cluster client only
2017-07-25 08:11:05 +03:00
4e1d2a01db Make readOnly a private field so that only cluster client can use it 2017-07-25 10:35:41 +09:00
e8e77ae5e4 Merge pull request #601 from AlekSi/patch-1
Use latest released Go versions
2017-07-20 08:05:35 +03:00
3cbacec875 Use latest released Go versions 2017-07-20 07:28:47 +03:00
a005081ecd Fix example v6.5.4 2017-07-19 15:41:16 +03:00
8ca3198da9 Merge pull request #600 from go-redis/fix/geo-ro-variants
Add Geo commands read-only variants
2017-07-19 15:40:17 +03:00
cf6c6dca84 Add Geo commands read-only variants 2017-07-19 15:32:50 +03:00
da63fe7def Merge pull request #594 from go-redis/feature/cluster-pubsub
Add PubSub support to Cluster client
v6.5.3
2017-07-11 11:28:47 +03:00
3ddda73a05 Close connections to unused nodes 2017-07-11 11:19:40 +03:00
6060f097e1 Add PubSub support to Cluster client 2017-07-09 10:07:20 +03:00
564772f045 Merge pull request #593 from go-redis/fix/pubsub-example
Fix PubSub example. Fixes #575
v6.5.2
2017-07-01 13:54:10 +03:00
55da68487f Fix PubSub example. Fixes #575 2017-07-01 13:42:26 +03:00
8860475391 Merge pull request #592 from go-redis/fix/vendor-syncutil-once
Vendor syncutil.Once
2017-07-01 13:10:51 +03:00
9dbcc5ae80 Vendor syncutil.Once 2017-07-01 12:51:46 +03:00
efdbb32da3 Merge pull request #589 from go-redis/fix/avoid-cluster-loopback
Use node address instead of relying on loopback reported by redis
2017-07-01 12:48:58 +03:00
94ea195dc1 Use node address instead of relying on loopback reported by redis 2017-07-01 12:31:41 +03:00
b52814fa17 Merge pull request #588 from go-redis/fix/sentinel-reset-pool
Resent client pool when sentinel switches master
v6.5.1
2017-06-29 17:10:50 +03:00
0d94a7bc88 Fix race in PubSub 2017-06-29 17:09:52 +03:00
fbc8000fd1 Resent client pool when sentinel switches master 2017-06-29 16:53:49 +03:00
75ceb983b7 Merge pull request #587 from go-redis/fix/pool-dial-errors
Gracefully handle situation when Redis Server is down
2017-06-29 14:52:51 +03:00
9cf5f251be Gracefully handle situation when Redis Server is down 2017-06-29 14:45:31 +03:00
c8159532bc Merge pull request #586 from go-redis/fix/pool-fast-path
pool: add fast path
2017-06-29 13:24:08 +03:00
0a965c5d70 pool: add fast path 2017-06-29 12:54:49 +03:00