1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-18 00:20:57 +03:00
Commit Graph

173 Commits

Author SHA1 Message Date
b82a2d9d4d fix: rename Golang to Go (#2030)
https://go.dev/doc/faq#go_or_golang
2022-02-20 13:38:20 +08:00
e2d145d6ba Update README.md (#2011)
chore: add fmt library in example code
2022-01-31 12:34:32 +02:00
955df2c4c4 chore: update link 2021-12-29 10:45:45 +02:00
f737d9a830 chore: remove Discord 2021-12-24 15:33:36 +02:00
cc87acb6d6 chore: tweak feature links 2021-11-25 17:02:28 +08:00
acf1c1831b chore: fix links 2021-10-05 10:07:08 +03:00
afd8445978 chore: update link 2021-09-24 17:10:01 +03:00
7ecd5cee5b chore: fix discussions link 2021-09-15 08:58:50 +03:00
0af87003d0 chore: add links to readme 2021-09-15 08:58:09 +03:00
ed42d3c37b Add scan struct example (#1870) 2021-08-30 00:37:17 +08:00
247c62ad92 Add contributors 2021-07-14 14:41:02 +03:00
9cfca5827d Tweak readme 2021-06-28 10:51:31 +03:00
526725c5f8 Add Bun to readme 2021-06-21 09:45:47 +03:00
f33c425a30 Replace go-pg with bun 2021-05-17 11:56:12 +03:00
b8cda18db9 Fix typo in README (#1744) 2021-04-29 08:45:13 +03:00
e3c1e884eb Replace travis with workflows 2021-03-23 10:29:15 +02:00
573638ff0c Unexport helper command 2021-03-12 16:08:58 +02:00
3de820e36d Add banner 2021-03-01 18:16:55 +02:00
491b007809 Add utm 2021-02-25 17:58:15 +02:00
72e5988b6e Added test setup document in README.md (#1585)
* Added test setup document in README.md

* Fixed typo
2020-12-21 08:55:13 +02:00
9cd21762d8 Add link to Redis Mock 2020-12-10 09:19:39 +02:00
3921cd497c Update to otel v0.14 2020-11-21 09:56:52 +02:00
7b1a844a5b Add extra modules 2020-10-21 15:19:27 +03:00
36223c9349 readme: mention OpenCensus 2020-10-12 17:03:45 +03:00
45ccb2457d Update readme 2020-10-12 17:02:00 +03:00
bdeca5fc33 Update to otel v0.13 2020-10-10 09:32:05 +03:00
b965d69fc9 Cleanup readme 2020-10-02 10:44:29 +03:00
a4148ade02 Merge discord servers 2020-10-01 11:48:00 +03:00
3a574d3db9 Add treemux 2020-10-01 11:42:15 +03:00
e6caec210d Fix Discord link 2020-09-18 18:18:12 +03:00
bb50129f69 Add Discord 2020-09-18 18:14:49 +03:00
10e779f856 feature: add support for set keepttl (#1499)
* feature: add support for set keepttl
2020-09-18 14:49:12 +03:00
bae2f9cc64 Fix badge 2020-09-18 09:24:22 +03:00
b273d2bf57 Update changelog 2020-09-09 14:46:01 +03:00
eeaa1f96ca Add RWE 2020-09-07 16:09:51 +03:00
ad96d1969e Extract redisext to separate Go module 2020-09-05 12:36:22 +03:00
ba2f8efa33 Add badge 2020-09-03 18:27:05 +03:00
053ec5b672 Update 2020-09-02 09:44:04 +03:00
0f4db2e930 Update sponsors 2020-09-02 09:41:39 +03:00
bebee12c80 Add ctx declaration in readme 2020-06-14 12:45:37 +02:00
736fa28659 Cleanup 2020-06-10 15:04:12 +03:00
e779df5ab1 Add sponsors 2020-06-09 17:59:23 +03:00
a999d1ecd8 Fix example in readme 2020-05-26 12:07:28 +03:00
676984cfdb Update readme 2020-05-19 08:52:38 +03:00
4505594f5f update README.md 2020-04-12 17:27:32 +08:00
6bd8d9ce28 README Fix: Added client variable initialisation (redis.NewClient) in quickstartExampleClient() (#1257)
* updated: readme quickstart
2020-02-11 09:35:26 +02:00
944a6a1752 Fix sample code for Sort method in README 2020-01-19 16:27:47 +08:00
2713a259c5 readme: add go mod init 2019-12-09 09:54:23 +02:00
2cd577a047 readme: mention Go modules 2019-10-08 12:11:08 +03:00
bf7ed09c10 Fix code typo in README sample code
Earlier implementation will result in exception:
"assignment mismatch: 2 variables but client.baseClient.Do returns 1 values"
2019-10-03 23:52:48 +08:00