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

13 Commits

Author SHA1 Message Date
40f80e8913 Prevent index out of bunds error
I'm reusing this driver for disque client... and get index out of bounds error because there really are just 2 items in array not 3.
2020-08-07 08:05:47 +02:00
f5593121e0 Add ctx as first arg 2020-05-19 08:52:38 +03:00
5776216677 Cleanup 2019-08-24 11:55:13 +03:00
09eb108738 Allow passing context where possible 2019-06-04 13:30:47 +03:00
10c56cede3 Remove Scanner in favor of ScanCmd. 2017-01-03 12:44:06 +02:00
865d501d07 Add TxPipeline. 2016-12-16 11:25:58 +02:00
ae523dd552 travis: run go vet 2016-11-06 13:37:23 +02:00
vkd
cbf8ff22f5 fix comments 2016-09-08 16:40:45 +03:00
vkd
76c33da3ee fix iterator across empty pages 2016-09-08 16:07:49 +03:00
91993128b0 fix iterator for hscan/sscan/zscan 2016-08-04 12:52:00 +08:00
1c4c05e970 Ensure to use pointer methods where appropriate. Tidy up godoc. 2016-07-01 13:25:28 +01:00
ac162eb843 Move Select to stateful commands and make it available only via Pipeline and Tx. 2016-06-05 09:45:39 +00:00
7456a0e473 Add scan iterator. 2016-04-26 15:01:49 +03:00