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 runtime type assertion

3f43c7448baedb238ad5304a303d1c431a13e224 authored almost 8 years ago
rename Pipelineable to Pipeliner

eeb4d091986ee12fc98796e7d7c73348aa2d8871 authored almost 8 years ago
pipeline now has its own interface "Pipelineable"

6fca4d5ad05fdb809fb3ffafcb2b30c6be8b41f7 authored almost 8 years ago
Merge pull request #556 from nykolaslima/patch-1

Remove unnecessary code

4c6e2ad9a048b3e1fbf913497305da7076cccfa5 authored almost 8 years ago
Remove unnecessary code

Remove unnecessary if and return the value directly

bd29077241a6da5222a555bc566ac51fedd68222 authored almost 8 years ago
Merge branch 'master' of github.com:go-redis/redis

5d95eaece6a4a3b68e07419504b6f415f74e90bb authored almost 8 years ago
Merge pull request #554 from go-redis/fix/close-pubsub-conn

Fix/close pubsub conn

d0dd05b65910c3c658378f2ddd17cc96df56b17d authored almost 8 years ago
Fix conn management in PubSub

13b6f3ffb7d990e6774067abedeac598a50f8f20 authored almost 8 years ago
Fix conn management in PubSub

59d94967b651d1824a69030912c3b8711da19583 authored almost 8 years ago
Merge pull request #553 from go-redis/fix/cleanup-put-conn

Cleanup putConn

9abfbff1564c5a4c5ccd70455539756d6980f849 authored almost 8 years ago
Rework PubSub conn management

9ebd89772add2db0c136b8a634739de553984841 authored almost 8 years ago
Merge pull request #552 from paulzhol/master

Fix typo in ClusterClient.TxPipelined()

2528e7a712d313b85173f4c677278c8e6270bb23 authored almost 8 years ago
Fix typo in ClusterClient.TxPipelined()

It should be using ClusterClient.TxPipeline() and not ClusterClient.Pipeline().

8c21ec00067496e12ca2b6f1b08779662b242835 authored almost 8 years ago
Merge pull request #551 from go-redis/fix/init-pubsub

Initialize PubSub connection

15786cf82174d65ac7f478c7faa6d2e055dad8b7 authored almost 8 years ago
Initialize PubSub connection

7646d48e29f22789b6a541c3bce5f5f0c97f368b authored almost 8 years ago
Merge pull request #549 from go-redis/fix/pubsub-out-of-pool

PubSub conns don't share connection pool limit

4fdc3bb9f9f484e2b605b8772811b2303025cebe authored almost 8 years ago
Fix race between Subscribe and resubscribe

191f839e81e7a2885c7f91b5799be1a03d9cab97 authored almost 8 years ago
PubSub conns don't share connection pool limit

6499563e0756905a87eb135757acfccf5caf1e80 authored almost 8 years ago
Merge pull request #548 from flisky/master

doc: update more Options default value

aeb22d6a379de8f08654bb72179c0ea1870f47ab authored almost 8 years ago
doc: update more Options default value

66e06285b2cb9316abc0e36da73dd39da6781a7d authored almost 8 years ago
Merge pull request #547 from flisky/master

doc: mismatched IdleTimeout default value

00cb257bb4e9307d026c97a332a7ece7a394835c authored almost 8 years ago
doc: mismatched IdleTimeout default value

d9dd5852abb4bb35aa86318813c9c284a4124124 authored almost 8 years ago
Lower case custom command

7c3f4d045eb91b3da0b83c5ed07ee901b414dd79 authored almost 8 years ago
Merge pull request #545 from FlamingTree/master

pipelineReadCmds always retry=true, maybe bug

62ecc61210cb7dd8ca9aebb8bebbc849c358383b authored almost 8 years ago
pipelineReadCmds always retry=true, maybe bug

d910e514987bd67322cb2b95e2a0242eb933ded9 authored almost 8 years ago
Increase default pool size

7475b2fb0a52f233f31acf660e56be4eb7932b2a authored almost 8 years ago
Fix publish command info

e737f3e6dddb064b079f54c5e41835da7712f85b authored almost 8 years ago
Add PubSub support to Ring

346c00d485fc72b92d5bd935535ba322df2be5d3 authored almost 8 years ago
Merge pull request #544 from go-redis/fix/simplify-pubsub-api

Simplify PubSub API

313a8d7fab7884cd2e80ca9d9d0a5ecb26ac66a6 authored almost 8 years ago
Simplify PubSub API

8d52a95269db9577017b2827d8ca238388ed202f authored almost 8 years ago
Merge pull request #543 from go-redis/fix/channel-helper

Add Channel helper

3b1a641e2cb6d5f8cc1701a52721d926b8e33e3c authored almost 8 years ago
Add Channel helper

34ea5f98ebe4e3e4df85809ecc5818bb9f5e77c3 authored almost 8 years ago
Document Script.Run. Fixes #536

2e4944712d9d049bf534f94e6d91fe25c8e1b8df authored almost 8 years ago
Tweak readme

dd76391eb986c2ea0aba41e9edde61ff7e0d4b28 authored almost 8 years ago
Merge pull request #540 from poloskin/master

gofmt

c9fbe22817c5d1469397b3cfcfaa38ee1dbbab43 authored almost 8 years ago
gofmt

80673992e6ffabb0bbea74d44cf4bff373e4c2b2 authored almost 8 years ago
Merge pull request #538 from go-redis/fix/unused-cmd

Code cleanup

c86c158b1fcee2e639c0a1add3f631545d0d69ee authored almost 8 years ago
Code cleanup

ef95182d291700e010dbed10c0998dc58575ad11 authored almost 8 years ago
Cleanup code

18dcec21440a5c6e96da08fcdce732bb9436c190 authored almost 8 years ago
Merge pull request #534 from go-redis/fix/cleanup

Fix/cleanup

dc9d5006b3c319de24b2fa4de242e442553fcce2 authored almost 8 years ago
Add cluster benchmark

5a99b806bd516fdaff2395019c2590357c15e544 authored almost 8 years ago
Remove manual strconv

14f25982cbf6c4821fd7fa5a06224cedf1770850 authored almost 8 years ago
Merge branch 'v5'

2cf5af9928978bbef8d1076607022403439e177c authored almost 8 years ago
Merge pull request #530 from go-redis/fix/get-options

Add ability to read client options

1df2d57538e420c63b8d5e78344014e76ba6e82f authored almost 8 years ago
Add ability to read client options

ab1e8de9ea33fe63e2de8467a4ee5a98ff3524f2 authored almost 8 years ago
Merge branch 'v5'

f33571c93c72d3c4717a7b3c0bce95136496f772 authored almost 8 years ago
Merge pull request #524 from go-redis/fix/nil-state

Don't panic if cluster state is nil.

a16aeec10ff407b1e7be6dd35797ccf5426ef0f0 authored almost 8 years ago
Don't panic if cluster state is nil.

15998effbe309a5f2011aaecfe58c870c70bd5f5 authored almost 8 years ago
Merge branch 'v5'

bb270e32772fe56cdfe099e79c17c3d8aed083c1 authored almost 8 years ago
Merge pull request #523 from go-redis/fix/timer

Fix wrong usage of timer Reset(), which could cause service frozen during master switch.

e90826e4c67fafa7e6b1cca5f6de2fccc6642a56 authored almost 8 years ago
Fix wrong usage of timer Reset(), which could cause service frozen during master switch.

216ec11a0e8175294eb2f983ef73bbe94be6d7ec authored almost 8 years ago
Merge branch 'v5'

0cf11daba24a8c3d4ecbbc640e827a3eabdeaceb authored almost 8 years ago
Merge pull request #519 from flisky/v5

StringCmd: remove an unnessary type casting

7849e1fac4a8838133cafbb606122226e2d06df4 authored almost 8 years ago
StringCmd: remove an unnessary type casting

this fixes up 69554c0e

518c1051693a15326f82e764722facf6d025b4c7 authored almost 8 years ago
Merge pull request #514 from fiatjaf/patch-1

Mention SETEX in the documentation.

51564b7fd1303122ca84ba2dc351e6586c81a793 authored almost 8 years ago
Mention SETEX in the documentation.

To help people looking for it specifically.

d9f1dc2386f0324418a3aa10af2bef4133b58a25 authored almost 8 years ago
the timeout of WAIT command is in milliseconds.

b8fb4a11502ff6fa5810e59e771e4caf72cec5a6 authored almost 8 years ago
Merge pull request #512 from shogo82148/fix-wait-timeout

the timeout of WAIT command is in milliseconds.

cbad034630445e15fbcaa7e9904064dd67bce69b authored almost 8 years ago
the timeout of WAIT command is in milliseconds.

892fb8d573f4e03aabc53100df0473a24ace8516 authored almost 8 years ago
Use simple PING for compatibility

c86c141c389296f6b279ccebc75b7594a3f7f1fb authored almost 8 years ago
Merge pull request #511 from go-redis/fix/simple-ping

Use simple PING for compatibility

fe9d145e7c3ef3a570e0452bda4a4d62d3cb4239 authored almost 8 years ago
Use simple PING for compatibility

58e9c55d8e82abbc9233ddb1e3c11007983c6d36 authored almost 8 years ago
Merge pull request #510 from go-redis/fix/unused-var

internal/pool: remove unused var

6dfa30adb86a394b5280646ca99494bb23727640 authored almost 8 years ago
internal/pool: remove unused var

50f52107804d10282d4ec7df76d71b69391ac791 authored almost 8 years ago
Merge pull request #509 from go-redis/fix/universal-client

Expose Process on UniversalClient

a6984fdb4c8840f59266f7b96760f334d5e45858 authored almost 8 years ago
Expose Process on UniversalClient

f605e59ade6da5562434f765d8acb80fd83a1b9b authored almost 8 years ago
Merge pull request #499 from go-redis/feature/multi-redis

Added support for multi-client

12c49831d7aa36232d54429fe269525a54c07c88 authored almost 8 years ago
Update import

271ccda18781782da1ce4f8b8ec4866d7e1f4782 authored almost 8 years ago
Added support for universal client

30412d7652bcc0a9843b982d3036db123f124e4e authored almost 8 years ago
Merge pull request #507 from go-redis/fix/update-readme

readme: remove gopkg.in

43b61bd319560e461275ab6181055a86672ae213 authored almost 8 years ago
readme: remove gopkg.in

c7a6d68f33a5aba2e91ef04e8cfa43960d37912b authored almost 8 years ago
Remove gopkg.in

8040d63c4f268fee385d48d6fdb8db0d32685265 authored almost 8 years ago
Replace Exists with ExistsMulti.

d95ce53b0de76684a6d3fc0263e3c97a33087c23 authored almost 8 years ago
Fix HMSet to accept interface{} value.

56ddaf11991c389c7c0119141926e900258760d0 authored almost 8 years ago
Merge pull request #506 from go-redis/fix/separate-buffer

Separate read and write buffers for PubSub.

135cb12c7689ffe92338baf677a1e0d2086144dc authored almost 8 years ago
Separate read and write buffers for PubSub.

6b6f5ca13362bb9b77d2cfd7bec085ce531e7c57 authored almost 8 years ago
Merge pull request #502 from go-redis/fix/go14-build

Fix Go 1.4 build.

a40c8d17fe57bd93416fbd7efc3e95231cfd3fbd authored almost 8 years ago
Fix Go 1.4 build.

c2156b59f35203765d67e97a03fb1e7703367aec authored almost 8 years ago
Merge pull request #501 from go-redis/feature/scan-slice

Feature/scan slice

59a96d9d862a76cb1cd22bed4f02b7753dc57dac authored almost 8 years ago
Cleanup code a bit.

335956cc9a44435ed8f3773932c76c5c9306cc33 authored almost 8 years ago
Add ScanSlice.

681a1fe646c8e1f2ce21a0ede91e1a7a89a36c5e authored almost 8 years ago
Added implementation for WAIT command

Reference: https://redis.io/commands/wait

6b8c6b3fe9eb1cb80e9ef6d414e6fe5d44314857 authored almost 8 years ago
Merge pull request #496 from eyalpost/pubsub_test_fix

ensure wait.done to avoid deadlock in test

9405576413a1b0e6f62d059cb87cbe6d3e2a9469 authored almost 8 years ago
ensure wait.done to avoid deadlock in test

5de14cbf582662a9819e15bcae7c39800dc1a720 authored almost 8 years ago
Merge pull request #491 from eyalpost/MultiExec

Support for multi keys in Exists

0cd35295e651f88e22adfc64361da71daab57801 authored almost 8 years ago
Support for multi keys in Exists

7c0cf90fb85ba92c18d2cc70b37f5484193296c6 authored almost 8 years ago
Merge pull request #488 from eyalpost/v5

ObjectRefCount and ObjectEncoding accept one key

11fcb018f33eefce6c441eb9e7774430a7c1a761 authored almost 8 years ago
ObjectRefCount and ObjectEncoding accept one key

4cbe497190412f1b3e95ecc14b8652486a9b92dd authored almost 8 years ago
Merge pull request #486 from go-redis/fix/pubsub-receive

Fix ReceiveMessage to work without any subscriptions.

2fe9c5cc0a8da9faeba3a45511a4ece8f7e37dc2 authored almost 8 years ago
Fix ReceiveMessage to work without any subscriptions.

ce4fd8b6774e97e61a1f432af3ed49b70437ebe4 authored almost 8 years ago
Merge pull request #482 from go-redis/fix/defer-order

Fix defer order.

ba0b48515971ffa47d43cf9e8c9a6fa930e133ef authored about 8 years ago
Fix defer order.

308ebee45771b60fdefbbc8e7f0d69d0e233734a authored about 8 years ago
Merge pull request #481 from go-redis/fix/go18-tests

Fix error message for Go 1.8.

9cd49656897843b8f2bf3d9639230cb7aec90d6c authored about 8 years ago
Fix error message for Go 1.8.

8ddd2beaee34736502ae7cc96860fb6ec3f52352 authored about 8 years ago
Merge pull request #480 from go-redis/fix/object-idle-time

ObjectIdleTime accepts one key.

3b87351e3f90674074ab776401f064849a4946b0 authored about 8 years ago
Merge pull request #479 from go-redis/fix/zremrangebylex

Add ZRemRangeByLex.

a8345871dcf769efc2abf504cfe3b249c4947703 authored about 8 years ago
ObjectIdleTime accepts one key.

3fa2fb8dc00b63abee8f1ba89e7f3119f8df5ffc authored about 8 years ago
Add ZRemRangeByLex.

63bac70a1913f5b2b0f9d811fdaa928707d60889 authored about 8 years ago
Merge pull request #474 from smacker/clone_and_context

Clone and WithContext #471

8829ddcd8bdb333e477cc845946c4b9b2ef66280 authored about 8 years ago
Context methods only for go1.7+

b9ab636be44bb604f10ba411fea670e043dc7f43 authored about 8 years ago