Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/go-redis

Redis Go client
https://github.com/redis/go-redis

Merge pull request #475 from go-redis/fix/reduce-alloc

Reduce number of allocations.

6da05abbaa03e90e5878f0ab711478698609fe96 authored about 8 years ago
Reduce number of allocations.

69554c0ec551c811c5ac7751b75013276be0bdfb authored about 8 years ago
Clone and WithContext #471

2f247ebe83446fe246462259a33dfda68d06c8bf authored about 8 years ago
Merge pull request #470 from go-redis/fix/remove-scanner

Remove Scanner in favor of ScanCmd.

b9cc17bae020d9c1f467ca0f27d7706c1683c370 authored about 8 years ago
Remove Scanner in favor of ScanCmd.

10c56cede39fec28a4daab451ee35a982edc12d5 authored about 8 years ago
Merge pull request #469 from go-redis/fix/eval-test

Add Eval test.

67acf6e5a48cc82ddddd899d28bc6099d50483d4 authored about 8 years ago
Add Eval test.

7eeb6810769099c2d54bc6add982357a9206b57c authored about 8 years ago
Merge pull request #466 from go-redis/fix/client-instrumentation

Fix Client process instrumentation.

8fcba2ea878201b70c5a63dd416141d4ddbc601a authored about 8 years ago
Update readme.

3eb7c870405ecd0ddbb4ba50ede6492c25a2b7ca authored about 8 years ago
Fix Client process instrumentation.

9556378547ca70fd22bb7236b05483d368c47c89 authored about 8 years ago
Merge pull request #465 from smacker/wrap-process-broken

WrapProcess is broken in v5

57efac6c8464345507108e0e97b0c6984a73784f authored about 8 years ago
Test on WrapProcess

362efb0c4949154c2c2a381660498be85a0da339 authored about 8 years ago
Update readme.

40594f7b0234b31955bd5b0036576a440ddc429b authored about 8 years ago
Merge pull request #462 from go-redis/fix/unlink

Add unlink command.

b7bae3a78050e2e7ec2130a05cde296a9ff2e9c0 authored about 8 years ago
Merge pull request #461 from go-redis/fix/subscribe-without-channel

Allow creating PubSub without channels.

176e8309e2bd0c0f141c68ebc6e169c0a93cfa65 authored about 8 years ago
Add unlink command.

0f05d8df9d44296646139f186f9253a5bcebd983 authored about 8 years ago
Merge pull request #460 from go-redis/fix/tx-pipeline-example

Add TxPipeline examples.

6672089b2f8c37bb179c7eeaa4ebaeb097983a39 authored about 8 years ago
Allow creating PubSub without channels.

c939d2283e13a7edd37c6ea560120a901e533fcc authored about 8 years ago
Add TxPipeline examples.

aa895c2c94662537dc982815a391b4d9dd6db641 authored about 8 years ago
Merge branch 'v5' of github.com:go-redis/redis into v5

754e4ed9062d011623d3279c13cb2b020247bb05 authored about 8 years ago
Remove changelog.

c9f896d6a3ecec360b8a05367a87648ffb368b8b authored about 8 years ago
Merge pull request #457 from szyhf/v5

PR try.v2 for issue #453

110b84aab93f5c896593512072e9402d4b1ad2aa authored about 8 years ago
Update commands.go

Let HSet and HSetNX can use value as interface{} .

ce1ddaa30c8e603f1a396c0373d23be08a14c9cc authored about 8 years ago
Merge pull request #451 from go-redis/fix/cluster-pipeline-tests

Fix cluster pipeline tests.

5e76db680467ebce5495cc2159a9289a6851d773 authored about 8 years ago
Fix cluster pipeline tests.

cd7431c40a33673573f9fd2fd3067b8ee7aa2462 authored about 8 years ago
Merge pull request #450 from go-redis/fix/remove-dial-limiter

Remove dial limiter.

a3eed908aae1fdef0ce7a993083496bc2fccb109 authored about 8 years ago
Remove dial limiter.

c17f58f7a0ba7eeae87a153a47a2a51aeea8043b authored about 8 years ago
Merge pull request #449 from go-redis/fix/use-first-slot-when-there-are-no-keys

Use first slot/shard when key is not defined.

b49d47eb4d6445c24efa76501c8790ca5d975a83 authored about 8 years ago
Use first slot/shard when key is not defined.

6cd7a09b225902ecb92c6851e0aad63d8331ac3e authored about 8 years ago
Add func doc.

4ba635e15f06c5b2e02114cb7ed0e9783cfbd753 authored about 8 years ago
Merge pull request #444 from go-redis/feature/tx-pipeline

Add TxPipeline.

152cc1ee34b37946a5e73505c2cbee0a523c2a17 authored about 8 years ago
Add TxPipeline.

865d501d07fc7461aa769741f4574351d9ecd993 authored about 8 years ago
Merge pull request #447 from go-redis/fix/script-interface

Check that clients implement scripter interface.

ca08dfb44bce9ee2dc5c3c17b294485a12d712b1 authored about 8 years ago
Check that clients implement scripter interface.

34122bffa897df4d7bf01cbd67e2e9d3f120e20c authored about 8 years ago
Merge pull request #443 from go-redis/fix/cluster-nil-ptr

Fix nil ptr in case when all nodes are unavailable.

c6acf2ed159b22defbd9f077686cff03eba1e9b3 authored about 8 years ago
Fix nil ptr in case when all nodes are unavailable.

c7dfbb54af9a7a478eca47e75d0a536f39f48742 authored about 8 years ago
Merge pull request #440 from go-redis/fix/cmd-info-check

Simplify cmdInfo check.

7f2a0bff84085821416e1bc872c4051f09c14b9e authored about 8 years ago
Simplify cmdInfo check.

420337dc4a01f38e000d9f1c3823efe26721b185 authored about 8 years ago
Merge pull request #438 from rayzyar/cmdInfoNil

fix cmdInfo nil pointer panic

4ce47a025f04267907b43c1bbad91a735bab8867 authored about 8 years ago
Merge pull request #439 from rayzyar/evalShaFirstKey

evalsha with 0 key should return -1 pos

30be278feadf5275d9c55a1ccd315c280a3dfa92 authored about 8 years ago
fix cmdInfo nil pointer panic

fb584d25dbb571e83e215de4498145754de9c022 authored about 8 years ago
evalsha with 0 key should return -1 pos

e916395f6c328c17abce63b0a69d06c862951f11 authored about 8 years ago
Merge pull request #434 from go-redis/fix/timeouts

Set read/write timeouts more consistently.

854c88a72c8bb9c09936145aef886b7697d6b995 authored about 8 years ago
Set read/write timeouts more consistently.

b4efc45f1cb2db62a2e6895188c0a70a64c7377b authored about 8 years ago
Merge pull request #431 from go-redis/fix/instrum-example

Fix WrapProcess for Ring and Cluster. Add better example.

e7f23a300bf5f75d2a658cc07233f025362a24f6 authored about 8 years ago
Fix WrapProcess for Ring and Cluster. Add better example.

82f21639bf7180b247cb83de0d1cde203958e03b authored about 8 years ago
Merge pull request #428 from nathan-jones/readme-typo

Fixed Readme typo ZRangeBy

b148c1afd3372d5da2ec0649d3714c413b59d843 authored about 8 years ago
Fixed Readme typo ZRangeBy

2fb4a785f3b163c2ff637295f5684adb44db204d authored about 8 years ago
Merge pull request #427 from go-redis/fix/instrumentation-example

Add instrumentation example.

ecc6a4909b9fd4d70c5cd41f974c6cba2b92b044 authored about 8 years ago
Add instrumentation example.

d4a3b1f28237694452d57be1672662cc6e535d74 authored about 8 years ago
Merge pull request #423 from go-redis/fix/string-command

Use string val in StringCmd.

f8ad82370fb7e38da9600432531af612988df292 authored about 8 years ago
Use string val in StringCmd.

a20665f042f007727466fe2643ac0870b03ae3ae authored about 8 years ago
Merge pull request #418 from go-redis/fix/limit-alloc

Limit allocation.

c9856861674f102a5f51104c36401a3cf691739c authored about 8 years ago
Merge pull request #420 from freeformz/rediss

Add support for parsing redis:// and rediss:// URLs

d3f9a9f91cefd1d0462e84c75f94b9afa9802b7c authored about 8 years ago
Default to secure

I suspect that many people will need InsecureSkipVerify:true though, but
that should be an expli...

df2009821f8066d50a977f0a5df3a155aadcff5b authored about 8 years ago
Updates based on PR feedback

4aa583b6f8bab0387497bddced7702e6cdb8abc6 authored about 8 years ago
Place these tests behind a build tag

Sub test support doesn't work for go < 1.7

70eddf606d56a43f710b4e8caf26b5805d4739b7 authored about 8 years ago
Add support for parsing redis:// and rediss:// URLs

This includes setting up a default dialer that handles the ssl
handshake.

019ff6eb38ef232dbf116aeb08780588be207417 authored about 8 years ago
Limit allocation.

62cd3b38ef5cbd3ba4af7aa8d463fe5fdcc88f8e authored about 8 years ago
Merge pull request #416 from go-redis/fix/cluster-state

Use consistent cluster state when executing pipeline.

b6bfe529a846fbb9a58c832ce71c61b6fde12c15 authored about 8 years ago
Merge pull request #415 from go-redis/fix/govet

travis: run go vet

6324604106cf00a546c018c1ace10b9739dc60b7 authored about 8 years ago
Use consistent cluster state when executing pipeline.

83208a1d9b93713c6bb1fb1cbc83ca4dea78b4de authored about 8 years ago
travis: run go vet

ae523dd55201741e9a23324fa7657099b53b11c5 authored about 8 years ago
Merge pull request #409 from bpiddubnyi/bugfix/setxx-zero-ex

Fix "invalid expire time in set" for SetXX with expiration = 0

80cf5d1652d5590c35edc6c2dc1aa354790e3010 authored over 8 years ago
Add test for SetXX with expiration = 0

cb63f1fd691953c8d4aeb4abfbba98cea7da1e9c authored over 8 years ago
Fix "invalid expire time in set" for SetXX with expiration = 0

50f1aff778822ec94fe7e0521c6f80a8886a003f authored over 8 years ago
Merge pull request #407 from go-redis/fix/time-cmd

Fix/time cmd

084336d5ebeae29756fb4a3d2bb4fde2557504af authored over 8 years ago
internal/proto: use read prefix to indicate that method reads from the stream.

3996289fe27044d4666e1cda60ee16257fc6557c authored over 8 years ago
Add TimeCmd.

dcdf129dd538a84efd0de3786b55370b30be1a79 authored over 8 years ago
Update changelog.

6f8957c5b7dece15d1ea5f592ec88f46ee2deffa authored over 8 years ago
Merge pull request #406 from go-redis/fix/cmd-name-lowercase

Lowercase command name.

24aa071f7cd4620c935a97fecdae4546d4d93bb5 authored over 8 years ago
Lowercase command name.

a65b760eec168123edcff019beefe3945e2c20ec authored over 8 years ago
Merge pull request #403 from go-redis/fix/rewrite-tx-using-pipeline

Refactor Tx using Pipeline to implement Cmdable interface.

11137670ac957d9b31ee8d2f20ecab2d79d0a8de authored over 8 years ago
Refactor Tx using Pipeline to implement Cmdable interface.

20bc3ec5a69c72e9f223c6f1b2c1bde113938fab authored over 8 years ago
Merge pull request #402 from go-redis/fix/retry-multi-cmds-conservatively

Retry multiple commands more conservatively.

3490ff5d21b223123e904d660c140a532e0f5388 authored over 8 years ago
Retry multiple commands more conservatively.

8558a92fa4100da0a8e6454de7cae6a49e6bcbbb authored over 8 years ago
Merge pull request #401 from go-redis/fix/simplify-sync

Simplify sync in pipeline.

589757464f00034760edc5c7df70a2b7bcef9bae authored over 8 years ago
Simplify sync in pipeline.

8d2fb6e09bdaad89ed347f94f08242192edf1c6b authored over 8 years ago
Merge pull request #400 from yyoshiki41/refactor/cluster

simplify if condition

21cae7f9abca4fad60e272e57ee7d7303f1b539e authored over 8 years ago
simplify if condition

236c021d4ce13118d2c336058c11768b3bf7cf19 authored over 8 years ago
Merge pull request #397 from go-redis/feature/remove-forced-import

Remove static import

11333cbc2657e6fa867e65ea1fd6449e321c5561 authored over 8 years ago
Remove static import

e6d4f5bd380bd84d65d4a156f309fcd970775f8d authored over 8 years ago
Update readme.

0c5e0858956cc35566150366043a5f628ec66d02 authored over 8 years ago
Merge pull request #394 from go-redis/fix/rm-errors-pack

Remove internal errors package that clashes with std lib.

cb3f27133ff984cdb4f4373fa74bdbc6b13325dd authored over 8 years ago
Remove internal errors package that clashes with std lib.

2c5b239ecb60e68f3373a41a4edae499b751e39d authored over 8 years ago
Merge pull request #393 from go-redis/fix/cluster-testss

More cluster tests.

97e6ccb3d8a3f70b15784d7bdcf8f902377f9e1a authored over 8 years ago
More cluster tests.

639950777c89b65d88003c6571b4c0119a198cd2 authored over 8 years ago
Merge pull request #392 from go-redis/fix/v5-prepare

Prepare v5 release.

fc0f35744409d6f89584b4ce33b36b490bdda9c7 authored over 8 years ago
Prepare v5 release.

f5245efa73e729fd7677b7623ad6a0191d4c1092 authored over 8 years ago
Select random node when there are no keys.

eeba1d7db110fcb3db5c469813abc4c62638c0ed authored over 8 years ago
Merge pull request #391 from go-redis/fix/cluster-loading

Better cluster loading handling.

5aae583e0c5f670dfe4ee7b4b01c31a5de45e69b authored over 8 years ago
Merge pull request #381 from Unix4ever/allow-ring-shard-key-mapping

Add new parameter to the RingOptions to override CommandInfo first key

302cceb7a7503aa1f1a162f02a062018d8ce9a72 authored over 8 years ago
Better cluster loading handling.

fcf53a2a787f0e1398a961fdccf877b81e97535b authored over 8 years ago
Merge pull request #390 from lijunfei/v4

if readonly is open, read from master when slave is loading data

be32042426cd5237d51665a3a2920f5d532a84bf authored over 8 years ago
define loading error

1b06f9351ac74f0494ba0078db43f67ff91dd095 authored over 8 years ago
if readonly, read from master when slave is loading

3cc9b99fb8a9fe88d4d150d021554b5f41fb41d8 authored over 8 years ago
Merge pull request #389 from sugovsek/v4

Add missing argument to a `fmt.Errorf` call

6d51952d43343ff48f86272663274e4ba01d771c authored over 8 years ago
Add missing argument to a `fmt.Errorf` call

ce3447602ff2e31bbdd843873950c9b5f1a10af9 authored over 8 years ago
Merge pull request #387 from yyoshiki41/refactor/clusterNode

Remove Addr field from clusterNode

c70ddf45310aaec834b916a0961c6af0335be212 authored over 8 years ago
Remove Addr field from clusterNode

84ae9866599493e939021f55d40ded0e8f855cc0 authored over 8 years ago