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

Add new parameter to the RingOptions to override CommandInfo first key

There is problem with `eval` and `evalsha` commands.
`COMMAND INFO eval` returns first key posit...

03da66c18a66a00ff0f796370438a58f6d2b3b13 authored over 8 years ago
Merge pull request #385 from go-redis/fix/enable-reaper-and-add-tests

Enable reaper on ClusterClient and add tests.

5a272d03b960a72c61e5025a7d6e8da5d8815442 authored over 8 years ago
Enable reaper on ClusterClient and add tests.

7cbee9d33726d49b95fda0cdd047ad4f761a1e91 authored over 8 years ago
Merge pull request #380 from go-redis/fix/pubsub-resubscribe

Simplify resubscribing in PubSub.

a7d1d0b9ac18e46d986729d8b71ad25d6a23986b authored over 8 years ago
Simplify resubscribing in PubSub.

e57ac63b6e4cd1d370e3641b9c00674f1a865c9f authored over 8 years ago
Merge pull request #379 from Hepri/master

PubSub. Use appendIfNotExists instead of append for channels and patterns

833b0c68df5702f9ad542b708a726f65dd44bb55 authored over 8 years ago
Use appendIfNotExists instead of append. Fixed bug when connection loss to server leads to exponential grow of channels and patterns array in PubSub in every reconnect

850045d6a69756aafe383c7bf1067f449c9c84e3 authored over 8 years ago
Merge pull request #375 from go-redis/fix/cluster-without-nodes

Don't panic when cluster does not have valid nodes.

bb84d84aeaa98b3c5c887264031b294cc7ca860c authored over 8 years ago
Merge pull request #377 from go-redis/fix/cmdable-pipeline

Add Pipeline to Cmdable.

ea5960170faa157952a4d49d277fd5a8b10e52eb authored over 8 years ago
Add Pipeline to Cmdable.

0b706418d98c97e8e9588f7a62760ea6680c65ea authored over 8 years ago
Merge pull request #376 from evalphobia/feature/disable-cluster-idlecheck

Disable idle checks for cluster connection

1c402b7989f27b43f1a8d21bb971ad8474cf3417 authored over 8 years ago
Disable idle checks for cluster connection

8f5aeb70652fb9b537dea1c78d1bc34d6937550b authored over 8 years ago
Don't panic when cluster does not have valid nodes.

c0b792a0592d1a509f04c35f7dc3515739d78c94 authored over 8 years ago
Merge pull request #371 from go-redis/fix/try-go14-fix

Try to fix Go 1.4.

938235994ea88a05678f8060741d5f34ed6a5ff3 authored over 8 years ago
Merge pull request #369 from rogerclotet/fix/cmdable-iface

Remove unexported functions from Cmdable interface

db90f3638c4cb0444b8ef88be9550859b74ca100 authored over 8 years ago
Try to fix Go 1.4.

04cdc41cc4dfc91ed91e7fa785778bf029861fdb authored over 8 years ago
Remove unexported functions from Cmdable interface

39333495f9ef2fe77a2efdaf920d818912fceb79 authored over 8 years ago
Merge pull request #368 from go-redis/fix/cmdable-iface

Fix Cmdable interface.

1a0bda80bfc37ac0c4dcdf82dd4844fd5352f0b2 authored over 8 years ago
Fix Cmdable interface.

73b28d0372e37e8f06d96539a57818d34d6c4e06 authored over 8 years ago
Merge pull request #366 from go-redis/fix/option-defaults

Set some sane default for every day usage.

60d35dfc25b19100aeb564a98f74700efb9ab92e authored over 8 years ago
Set some sane default for every day usage.

cea5c239f518481612c46841c488de1874680501 authored over 8 years ago
Fix license.

f69688538d5ec4a817732b2a521a4b0c7cd5c08e authored over 8 years ago
Merge pull request #365 from go-redis/fix/pool-queue

internal/pool: more idiomatic work with channels.

4431d7c29eba2b9d50f2efe24f45d83bb28ba8de authored over 8 years ago
internal/pool: more idiomatic work with channels.

455abb190609d01db0080252f58fc39ba469ae14 authored over 8 years ago
internal/pool: improve tests.

4b0862b5fd0a5ae4e63c76476a64655752d6031b authored over 8 years ago
Merge pull request #364 from go-redis/fix/reaper-close-conns

internal/pool: fix reaper to properly close connections.

5f82b2acc764b7a991ee2fd0e8a275c916c7e42d authored over 8 years ago
internal/pool: fix reaper to properly close connections.

aab4e040c6588d7656ee930903dc6128157a1456 authored over 8 years ago
Merge pull request #361 from vkd/v4

fix iterator across empty pages

788a36eee7796dbad237c33f9f73873a7feee292 authored over 8 years ago
fix comments

cbf8ff22f55038e0681e43be48c01b37847b507c authored over 8 years ago
fix iterator across empty pages

76c33da3ee407a5e83125627c6ff916432aeda15 authored over 8 years ago
Merge pull request #356 from domodwyer/v4

Add Cmd constructors for testing/mock purposes.

49f197e6d11de35192fce19b2b9fd2f9b8b13c4a authored over 8 years ago
Add Cmd constructors for testing/mock purposes.

d07be2cd0446af36e6dea6c9b552b98e1fd39ded authored over 8 years ago
Merge pull request #355 from go-redis/fix/geo-pos-rename

Fix/geo pos rename

342961af9ec580f6cab8f29d8782905c71dd9f5c authored over 8 years ago
travis: test on Go 1.7.

559e13782cb19009c8154b0a40f32455e0019827 authored over 8 years ago
Add test for GeoPos.

8b7922d185896d0df2436a92a278454e588139b7 authored over 8 years ago
Rename GeoPosition to GeoPos for consistency with Redis Server. Simplify code where possible.

235dc49d5f96fb6705962341a06f1a77f0fd8681 authored over 8 years ago
Merge pull request #354 from Hepri/feature/support-geopos

Support geopos command

5e72ba762044e3d44e4ff4d322503c8cbe152595 authored over 8 years ago
support geopos command

ac1c5e46f981d300ad0051ebabbf08d78cfd395b authored over 8 years ago
Merge pull request #352 from jrmarkle/process_wrapper

add WrapProcess to allow users to alter command processing

909c26e76cb93c5fc81469418ab6d05e7725ba53 authored over 8 years ago
add WrapProcess

5760a88db3a3160fd90fd39067d2c024edd23e08 authored over 8 years ago
Merge pull request #350 from go-redis/fix/ring-heartbeat-frequency

ring: reduce HeartbeatFrequency.

0b8675fa4582105c8f54e08d3e0e6ad8f7df0546 authored over 8 years ago
ring: reduce HeartbeatFrequency.

66f2eb1584ac814fc47a771dd6c73ec70d6161bb authored over 8 years ago
Merge pull request #347 from flisky/master

fix iterator for hscan/sscan/zscan

1324657ba9910bf5ebed1435519e2e913802cfbe authored over 8 years ago
fix iterator for hscan/sscan/zscan

91993128b0eade4284de442b3c4276e2838566d2 authored over 8 years ago
Merge pull request #344 from go-redis/fix/rename-commander

Rename Commander to Cmdable to match internal name.

bc66ed0ebaa2b2a5f55935d45265b6885e2b22ff authored over 8 years ago
Rename Commander to Cmdable to match internal name.

ff8419f6430c9f57c7857703708684c8b3737d91 authored over 8 years ago
Merge pull request #342 from yzprofile/v4

Feature: Export cmdable as an interface

46240a20897a3976e160696a3e13d979ff0aabcb authored over 8 years ago
Merge pull request #343 from go-redis/fix/publish-cmd

Move Publish channel to cmdable. Remove method that was deprecated in…

86841d3eda61829d46b8704cd53c3869a1a31f8d authored over 8 years ago
Move Publish channel to cmdable. Remove method that was deprecated in v3.

4210c090b14cdbf1553d6b1a8db7dac0c8cb9ca1 authored over 8 years ago
Feature: Export cmdable as an interface

dcdf3fc9c3a226c0929c86e07a40b402eaafbea5 authored over 8 years ago
Merge pull request #340 from go-redis/fix/setbit

Fix Del command case.

eca5d02f24a99706525f77f544deee8e7894f26c authored over 8 years ago
Fix Del command case.

261cf7ae704fd1a8ba71ab34c53629d547068d80 authored over 8 years ago
Fix Del command case.

65a64fe7aac20b56d8da4a8fd40d7c4bcffcc432 authored over 8 years ago
Merge pull request #338 from go-redis/feature/internal-proto

Make proto/parser an internal package

4d018d831e8db6350e7a87fd4f373864c9313323 authored over 8 years ago
Make proto/parser an internal package

7d856c5595af82b702b05f14116793a6563f82da authored over 8 years ago
Merge pull request #337 from go-redis/feature/fix-accessors

Ensure to use pointer methods where appropriate. Tidy up godoc.

5c3ab24e0ac90c7e2aeca59486a1731f29b810fa authored over 8 years ago
Fix ring comments

aa063fe0a2e718b1c123ad1f10abb296fc2c6f4c authored over 8 years ago
Ensure to use pointer methods where appropriate. Tidy up godoc.

1c4c05e970b928908e03dce3b7677cc0d9a09079 authored over 8 years ago
Merge pull request #336 from go-redis/fix/read-line-strict

Make readLine more strict.

1bf10a61e2698abfa27266cb94573045bee7dc87 authored over 8 years ago
Merge pull request #324 from tuxxy/v4

Update README.md to use redis.v4 documentation

7f810a8d15b37a98ec2dc8c8e11e6a25ad16fda1 authored over 8 years ago
Make readLine more strict.

5d0dda688fb64cb5283944bcbd1e730c4e9176c5 authored over 8 years ago
Merge pull request #331 from go-redis/feature/for-each-master

Add ForEachMaster API.

1d69f3f701cb2fab7cceb6b25ca8ca5ceb82e02e authored over 8 years ago
Add ForEachMaster API.

4761c242181d8e133e7abf2a2261d79565ddbb86 authored over 8 years ago
Merge pull request #330 from go-redis/fix/interface-values

Support more interface values.

06f3f8ebf0040d55350b62182d74f4855151826b authored over 8 years ago
Support more interface values.

b1f6610fc63ad24fdf6969e06d108c777eae1c24 authored over 8 years ago
add support for SPOP with a count argument (available in REDIS 3.2)

cd582ed5769b18f2aff68916ef3807e8a10669c4 authored over 8 years ago
Merge pull request #328 from go-redis/fix/cluster-tests

Run cluster tests on Client with RouteByLatency option.

8964a568f376ed880e4618c7c1517f6a38c7a35f authored over 8 years ago
Run cluster tests on Client with RouteByLatency option.

4e64d5aa6e42c1a6545476feadb6edaa7f8cd4f9 authored over 8 years ago
Merge pull request #327 from go-redis/fix/opt-init

Rework Options initialisation.

58913a927b65c7def499542c5c95399c7f9c8712 authored over 8 years ago
Rework Options initialisation.

079b7ce393bf8d80fab5bd23de463fff611d7b28 authored over 8 years ago
Merge pull request #326 from go-redis/fix/stateful-commands

Move Select to stateful commands and make it available only via Pipel…

08d3790ec590a1a3d6dc9fac9a61996dc9c26edf authored over 8 years ago
Move Select to stateful commands and make it available only via Pipeline and Tx.

ac162eb84325637ee86fe3aa74a5146ced9cae89 authored over 8 years ago
Merge pull request #325 from go-redis/fix/cleanup-logger

Cleanup loggers.

5a2dda6d4092f974f12a017398ab824c480d0de5 authored over 8 years ago
Cleanup loggers.

e9233d8d17b43869f175103b038f9fa642518384 authored over 8 years ago
Update README.md to use redis.v4 documentation

This changes the links from redis.v3 documentation to redis.v4 documentation.

ae8483982963a7f1744670836bde553cad7c6b06 authored over 8 years ago
Merge pull request #319 from go-redis/feature/cluster-node-latency2

Feature/cluster node latency2

c0622ff8dc59ca8f58e161f4acc06cf087b6f258 authored over 8 years ago
Add latency based routing to Redis Cluster client.

487feebef16306e9bc31cbedff76be1840f092a2 authored over 8 years ago
Merge pull request #315 from go-redis/feature/hgetall-hmset

Change HGetAll and HMSet to return/accept map[string]string.

3972f2806606d03dcd907c82e7a7acc5eb6ac3ad authored almost 9 years ago
Merge pull request #316 from go-redis/feature/tweak-tx-api

Tweak transaction API.

46cb31d37dd5d2361fd2b89047c66b06761bc086 authored almost 9 years ago
Tweak transaction API.

092698ecd376299b99184d4636abffb78e55d482 authored almost 9 years ago
Change HGetAll and HMSet to return/accept map[string]string.

9cbb0c42df59407f84e40494f26cc22596e3ca3d authored almost 9 years ago
Merge pull request #303 from go-redis/fix/scan-ret-values

Scan: swap return values and change cursor type.

033a4de2fb70b0a3b7ae85a289da81d029ebbc88 authored almost 9 years ago
Scan: swap return values and change cursor type.

38be24b025c48fe605589473683100623f087302 authored almost 9 years ago
Merge pull request #310 from go-redis/feature/scan-iterators

Scan iterators (v4)

2add1e06fb1d4c10cf3b6ea25a59a7f3bbb40dad authored almost 9 years ago
Add scan iterator.

7456a0e473166133ad86b50e8296efdcc45a4e81 authored almost 9 years ago
Merge pull request #309 from go-redis/fix/string-to-bytes

Convert bytes to string in Cmd.

d437dfb980d84586a36bc45289a1715e1eb7ed89 authored almost 9 years ago
Convert bytes to string in Cmd.

818785577eef1a91d480cfc660864d1b285b2a64 authored almost 9 years ago
Merge pull request #307 from go-redis/fix/internal-logge

Move logger to internal package.

889409de38315d22b114fb5980f705e6fa48c6a2 authored almost 9 years ago
Move logger to internal package.

31abb18d9a79ad3d3de59c719f0aa92c9260a2e5 authored almost 9 years ago
Merge pull request #305 from go-redis/fix/gopkg-v4

Use redis.v4 that is in alpha/beta state.

d89a58af913957df134f0c44b9584ee7f908ca51 authored almost 9 years ago
Merge pull request #304 from go-redis/fix/rename-zrangebyscore

Rename ZRangeByScore to ZRange since it is used in ZRangeByLex.

09ec5f0b4be70bbbbcea53076db7c62caedafd76 authored almost 9 years ago
Use redis.v4 that is in alpha/beta state.

38d30a4bab6120c990b676bfeb7d773db5473437 authored almost 9 years ago
Merge pull request #302 from go-redis/fix/export-cluster-node-id

Expose cluster node id in ClusterSlots.

96650c0e91b9ac9b4f090c6e95562a8c6a5e8631 authored almost 9 years ago
Rename ZRangeByScore to ZRange since it is used in ZRangeByLex.

51349cd90eb63b7ffc5134a0362589b68bd47389 authored almost 9 years ago
Expose cluster node id in ClusterSlots.

ae217e0444692de6672377a5c411d1ab4c1991d6 authored almost 9 years ago
Merge pull request #300 from go-redis/fix/rm-pmessage

Remove PMessage.

294973c76f0b03f6d1ebe5f4349511926da9f2df authored almost 9 years ago
Merge pull request #301 from go-redis/fix/cmd-bytes

Don't convert bytes to string in Cmd (interface{} value).

e11ad15978fcb953368dbf7d38016bfda6576416 authored almost 9 years ago
Don't convert bytes to string in Cmd (interface{} value).

956758d3951b3440b5e757f0c180ae57d82c4f1b authored almost 9 years ago
Remove PMessage.

d79074eadb86ddedb17176798ba9331d7438d18c authored almost 9 years ago
Merge branch 'v4' of github.com:go-redis/redis into v4

1fbb1098f2ccaf9b8c6782665b8f0bd25ac4c82a authored almost 9 years ago