1
0
mirror of https://github.com/redis/go-redis.git synced 2025-05-31 21:01:13 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
Nedyalko Dyakov
c0be87ec5b
chore(release): sync master after releasing V9.8.0 ()
* Bump version to 9.8.0-beta1

Update README.md

* Feature more prominently how to enable OpenTelemetry instrumentation ()

* Sync master with v9.8.0-beta.1 ()

* DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush ()

* DOC-4464 examples for llen, lpop, lpush, lrange, rpop, and rpush

* DOC-4464 improved variable names

---------

Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
Co-authored-by: Nedyalko Dyakov <nedyalko.dyakov@gmail.com>

* update pubsub.go ()

* use 8.0-RC1 ()

* drop ft.profile that was never enabled ()

* chore(deps): bump rojopolis/spellcheck-github-actions ()

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.47.0...0.48.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix FT.Search Limit argument and add CountOnly argument for limit 0 0 ()

* Fix Limit argument and add CountOnly argument

* Add test and Documentation

* Update search_commands.go

---------

Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>

* fix add missing command in interface ()

* Use DB option in NewFailoverClusterClient ()

* DOC-5102 added CountOnly search example for docs ()

* Add  integration tests for Redis 8 behavior changes in Redis Search ()

* Add  integration tests for Redis 8 behavior changes in Redis Search

* Undo changes in ft.search limit

* Fix BM25 as the default scorer test

* Add more tests and comments on deprecated params

* Update search_commands.go

* Remove deprication comment for nostopwords

---------

Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>

* Use correct slot for COUNTKEYSINSLOT command ()

* Ensure context isn't exhausted via concurrent query as opposed to sentinel query ()

* fix: better error handling when fetching the master node from the sentinels ()

* Better error handling when fetching the master node from the sentinels

* fix error message generation

* close the errCh to not block

* use len over errCh

* docs: fix documentation comments ()

* DOC-5111 added hash search examples ()

* fix: Fix panic caused when arg is nil ()

* Update README.md, use redis discord guild ()

* use redis discord guild

* add line in CONTRIBUTING.md

* update with badges similar to rest of the libraries. update url

* updated with direct invite link

* fix discord link in CONTRIBUTING.md

* fix stackoverflow tag

---------

Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>

* update HExpire command documentation ()

* update HExpire command documentation

* Apply suggestions from code review

Format the links in the documentation. Add missing documentation.

---------

Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>

* feat: func isEmptyValue support time.Time ()

* fix:func isEmptyValue support time.Time

* fix: Improve HSet unit tests

* feat: Improve HSet unit tests

* fix: isEmptyValue Struct only support time.Time

* test(hset): add empty custom struct test

---------

Co-authored-by: Guo Hui <gh7396@gmail.com>
Co-authored-by: Nedyalko Dyakov <nedyalko.dyakov@gmail.com>

* fix: `PubSub` isn't concurrency-safe ()

* migrate golangci-lint config to v2 format ()

* migrate golangci-lint config to v2 format

* chore: skip CI on migration [skip ci]

* Bump golangci version

* Address several golangci-lint/staticcheck warnings

* change staticchecks settings

* chore(ci): Use redis 8 rc2 image. ()

* chore(ci): Use redis 8 rc2 image

* test(timeseries): fix duplicatePolicy check

* feat(options): panic when options are nil ()

Client creation should panic when options are nil.

* chore(release): Update version to v9.8.0

- update version in relevant places
- add RELEASE-NOTES.md to keep track of release notes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Nikolay Dubina <nikolay.dubina.pub@gmail.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
Co-authored-by: Liu Shuang <liushuangbill@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Co-authored-by: Bulat Khasanov <afti@yandex.ru>
Co-authored-by: Naveen Prashanth <78990165+gnpaone@users.noreply.github.com>
Co-authored-by: Glenn <alohaglenn@icloud.com>
Co-authored-by: frankj <frankxjkuang@gmail.com>
Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
Co-authored-by: Hui <gh73962@gmail.com>
Co-authored-by: Guo Hui <gh7396@gmail.com>
Co-authored-by: fukua95 <fukua95@gmail.com>
2025-05-07 14:40:49 +03:00
Nedyalko Dyakov
cb3aa19618
Sync master with v9.8.0-beta.1 () 2025-03-25 12:25:35 +02:00
Nedyalko Dyakov
34222bffeb
release 9.7.3, retract 9.7.2 () () 2025-03-21 13:13:14 +02:00
Nedyalko Dyakov
aa7019d718
V9.7.1 -> master () 2025-02-24 12:45:08 +02:00
Flc゛
40e049e67a
chore(deps): update github.com/cespare/xxhash/v2 to v2.3.0 ()
* chore(deps): update github.com/cespare/xxhash/v2 to v2.3.0

* chore(deps): update github.com/cespare/xxhash/v2 to v2.3.0
2025-02-10 15:03:50 +02:00
Vladyslav Vildanov
cc9bcb0c0f
Updated package version () 2024-10-15 16:32:53 +03:00
Vladyslav Vildanov
00d98485f8
Updated module version that points to retracted package version ()
* Updated module version that points to retracted package version

* Updated testing image to latest
2024-07-31 11:15:15 +03:00
Vladimir Mihailenco
f752b9a9d5
Release/v9.5.3 ()
* chore: ignore package.json

* chore: release v9.5.3 (release.sh)
2024-06-07 17:04:08 +03:00
ofekshenawa
d43a9fa887
Bump go-redis version to 9.5.1 () 2024-02-20 17:44:29 +02:00
ofekshenawa
b5a9e5d2c6
Bump go-redis version to 9.5.0 ()
* Bump go-redis version to 9.4.1

* Bump go-redis version to 9.5.0
2024-02-18 19:16:42 +02:00
ofekshenawa
531f06861b
9.4.0 () 2024-01-07 12:27:07 +02:00
ofekshenawa
73c879df57
9.3.1 () 2023-12-19 12:14:38 +02:00
ofekshenawa
21bd40a47e
Version 9.3.0 () 2023-10-31 15:40:45 +02:00
ofekshenawa
f994ff1cd9
Bump version to 9.2.1 () 2023-09-27 11:25:09 +03:00
ofekshenawa
dac3314bc6
Bump version to 9.2.0 () 2023-09-20 16:38:58 +03:00
ofekshenawa
c3098d5f7e
Bump to 9.1.0 ()
* Bump to 9.0.6

* Bump to 9.1.0
2023-08-16 18:30:40 +03:00
Vladimir Mihailenco
dc8c93ba66
chore: release v9.0.5 (release.sh) () 2023-05-29 09:05:49 +03:00
Vladimir Mihailenco
fcb3506e79
chore: release v9.0.4 (release.sh) () 2023-05-02 08:40:46 +03:00
Lucas Caparelli
206ad44196
chore: bump Go to 1.18 () 2023-02-08 09:07:42 +02:00
Vladimir Mihailenco
a38f75b640
chore: release v9.0.2 (release.sh) ()
* chore: release v9.0.2 (release.sh)

* chore: remove release in favor of release drafter
2023-02-01 10:13:41 +02:00
Vladimir Mihailenco
30e954104a chore: release v9.0.1 (release.sh) 2023-01-30 09:54:30 +02:00
Vladimir Mihailenco
0023b80d82 chore: release v9.0.0 (release.sh) 2023-01-30 08:59:17 +02:00
Vladimir Mihailenco
b8c0db8c73 chore: release v9.0.0-rc.4 (release.sh) 2023-01-24 16:15:51 +02:00
Vladimir Mihailenco
97b491aace chore: update import path 2023-01-23 08:48:54 +02:00
Vladimir Mihailenco
3dc5e40445 chore: cleanup key checker 2022-12-07 10:38:28 +02:00
Vladimir Mihailenco
0b7ced8baf chore: release v9.0.0-rc.2 (release.sh) 2022-11-26 14:20:33 +02:00
Vladimir Mihailenco
e84461f7ed chore: release v9.0.0-rc.1 (release.sh) 2022-10-14 15:19:56 +03:00
Vladimir Mihailenco
2e174a228f chore: release v9.0.0-beta.2 (release.sh) 2022-07-28 15:40:09 +03:00
Vladimir Mihailenco
58e087fe08 chore: release v9.0.0-beta.1 (release.sh) 2022-06-04 18:02:11 +03:00
Vladimir Mihailenco
98300d72b9 chore: cleanup 2022-06-04 18:00:44 +03:00
Vladimir Mihailenco
a18fad5bd3 chore: v9 2022-06-04 17:42:06 +03:00
Vladimir Mihailenco
6f7d7a1e9d chore: release v8.11.5 (release.sh) 2022-03-17 15:14:48 +02:00
Vladimir Mihailenco
9b48b5e45f chore: add example how to delete keys without a ttl 2021-11-19 17:05:07 +02:00