loveY
1a7d2f4ad4
upgrade bitfield cmd to `add multiple values` ( #2648 )
...
Co-authored-by: wangzheng1 <wangzheng1@yidian-inc.com>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
2023-09-20 10:49:46 +03:00
Chayim
71dd81cded
CONTRIBUTING guideliens ( #2718 )
2023-09-20 10:42:45 +03:00
Tiago Peczenyj
e502cdc750
Adding Go 1.21.x for CI coverage ( #2697 )
...
* Update build.yml
Add support to go 1.21.x
* Update doctests.yaml
---------
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
2023-09-20 10:42:31 +03:00
ofekshenawa
33edd3de68
Rename probablistic commands with args ( #2701 )
...
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-09-20 10:42:09 +03:00
dependabot[bot]
736351c7cf
chore(deps): bump actions/checkout from 3 to 4 ( #2702 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
2023-09-20 10:41:10 +03:00
ofekshenawa
0b6be62b71
Identify client on connect ( #2708 )
...
* Update CLIENT-SETINFO to support suffixes
* Update CLIENT-SETINFO
* fix acl log test
* add setinfo option to cluster
* change to DisableIndentity
* change to DisableIndentity
2023-09-20 10:33:09 +03:00
Chayim
54a106ee19
Adding stale issues workflow ( #2700 )
2023-09-20 09:28:28 +03:00
Chayim
678bf21b48
Updating redis binary for makefile to 7.2.1 ( #2693 )
...
* updating redis binary from makefile to 7.2.0
* redis 7.2.1
---------
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
2023-09-19 18:53:47 +03:00
Anurag Bandyopadhyay
3b0d10b4ed
Support for CLIENT SETINFO ( #2659 )
...
* feat: merge master
* feat: revert ring.go
* feat: add ClientSetInfo command
* fix: test and cmd:
* fix: test and cmd
* fix: test and cmd
* fix: test and cmd
* feat: redesigning the API
* fix: panic test
* fix: panic test
---------
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
2023-09-14 16:24:23 +03:00
ofekshenawa
017466b6cc
Add Redis Timeseries support ( #2688 )
...
* Add Redis Timeseries support
* Small fixes
* Make timeseries interface public
* remove bloom renaming
2023-09-11 14:51:31 +03:00
ofekshenawa
5bbd80d943
Skip flaky tests ( #2699 )
2023-09-10 15:43:22 +03:00
ofekshenawa
c3098d5f7e
Bump to 9.1.0 ( #2676 )
...
* Bump to 9.0.6
* Bump to 9.1.0
2023-08-16 18:30:40 +03:00
ofekshenawa
aba21be8cd
Add Redis Gears support ( #2675 )
...
* Add gears commands and tests
* Fix tfunctionlist and add docstrings
* fixes
* fixes
* add tfcallasync to gearsCmdable
2023-08-16 17:06:07 +03:00
ofekshenawa
558581eac6
bloom support ( #2673 )
2023-08-15 10:19:19 +03:00
Chayim
c7399b6a17
Spelling for CI ( #2666 )
2023-08-13 11:07:42 +08:00
Chayim
b1103e3d43
Bumping redis versions ( #2662 )
2023-07-26 14:58:49 +03:00
Chayim
0cc9cd6e08
Updating the README with connection options ( #2661 )
2023-07-26 09:40:01 +03:00
guangwu
c0ab7815ea
chore: fix staticcheck ( #2631 )
2023-07-02 14:38:52 +03:00
Vladimir Mihailenco
50f04c14de
chore: update otel example
2023-06-18 10:25:42 +03:00
Kamyab Zareh
b1800df239
fix: Fix bool ToBool bug ( #2626 )
2023-06-13 12:20:21 +03:00
dependabot[bot]
0bdc7dd898
chore(deps): bump github.com/bsm/ginkgo/v2 from 2.7.0 to 2.9.5 ( #2613 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-06-05 14:12:54 +03:00
Elena Kolevska
84706fbcef
Adds testable examples to be automatically pulled in redis.io docs ( #2601 )
...
* Adding examples
* Update readme
* Update Readme
* Remove unneeded lines. Added an examples.json file
* Update readme for examples
* More fixes
* Add example tags
* Update examples.json
* Rename
* Add another hide block
* Temporary test
* Add example id for lpush and lrange
* Update readme
* Update output text
* Improve examples
* Move examples test dir to doctests
* Add redis v7's ExpireAtNX, ExpireAtXX, ExpireAtGT, ExpireAtLT, PExpireNX, PExpireXX, PExpireGT, PExpireLT, PExpireAtNX, PExpireAtXX, PExpireAtGT, PExpireAtLT
feat: Add redis v7's NX, XX, GT, LT expireat, pexpire, pexpireat variants
* add tests for new commands
add tests to coverage for the new commands
* Adds github workflow to add docexamples tests. Flushes db before every test.
* Fixes broken workflow file
* Adds Igor’s suggestion of keeping the instructions for docexamples in one place
* Removes unneeded “Missing” section, because it was solved as a workflow
* Revert "add tests for new commands"
This reverts commit af12cb6bd6
.
* Fixes review comments
* Specifies versions as strings instead of floats
---------
Co-authored-by: carner <icarners@gmail.com>
2023-05-31 14:22:55 +01:00
Vladimir Mihailenco
dc8c93ba66
chore: release v9.0.5 (release.sh) ( #2614 )
2023-05-29 09:05:49 +03:00
Vladimir Mihailenco
99f8464a5a
chore: update otel example to the latest versions ( #2606 )
2023-05-29 08:42:32 +03:00
Monkey
6f0af685cf
fix the reading of the "entries-read" field in XInfoStreamFull ( #2595 )
...
* fix: In the response of the XInfoStreamFull command, the "entries-read" field may be nil
Signed-off-by: monkey92t <golang@88.com>
* add XInfoStreamFull test
Signed-off-by: monkey92t <golang@88.com>
* add test XInfoStreamFull entries_read = nil
Signed-off-by: monkey92t <golang@88.com>
---------
Signed-off-by: monkey92t <golang@88.com>
2023-05-29 08:40:45 +03:00
Mikhail Mazurskiy
9a9423d3df
chore(deps): Update otel/metric to stable API ( #2607 )
2023-05-24 12:07:43 +03:00
ljun20160606
840c25cb6f
feat: add field protocol to setupClusterQueryParams ( #2600 )
2023-05-18 21:29:58 +08:00
ljun20160606
391798880c
feat: add protocol option ( #2598 )
2023-05-16 22:02:22 +08:00
Anurag Bandyopadhyay
31ba855dde
feat: Add ACL LOG ( #2536 )
...
* feat: Add ACL LOG
Signed-off-by: monkey92t <golang@88.com>
---------
Signed-off-by: monkey92t <golang@88.com>
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
Co-authored-by: ktsivkov <ktsivkov@gmail.com>
Co-authored-by: Elena Kolevska <elena@kolevska.com>
Co-authored-by: monkey92t <golang@88.com>
2023-05-08 22:40:42 +08:00
Vladimir Mihailenco
fcb3506e79
chore: release v9.0.4 (release.sh) ( #2572 )
2023-05-02 08:40:46 +03:00
Vincent Boutour
e2fabdf157
chore(deps): Updating otel/metric and fixing breaking changes ( #2569 )
...
* chore(deps): Updating otel/metric and fixing breaking changes
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
* ci: Removing go1.18 and updating example/otel to latest version
Latest otel version use atomic.Pointer which is a go1.19 feature, so we have to drop support for the go 1.18
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
---------
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
2023-05-01 11:33:30 +03:00
fengyun.rui
f1c2e3261e
docs: update doc of redis option ( #2567 )
2023-04-28 09:47:01 +03:00
mstmdev
8b2bcd5a85
chore: fix typo in the result.go ( #2558 )
2023-04-25 23:06:09 +08:00
Monkey
b8c7317cc6
feat: add client info command ( #2483 )
...
* feat: add client info command
Signed-off-by: monkey92t <golang@88.com>
* add lib-name, lib-ver
Signed-off-by: monkey92t <golang@88.com>
---------
Signed-off-by: monkey92t <golang@88.com>
2023-04-24 21:18:33 +08:00
Anurag Bandyopadhyay
6ecbcf6c90
Add ZRANK, ZREVRANK WITHSCORE ( #2531 )
...
* feat: adding zrankwithscore and zrevrankwithscore commands : redis 7.2
* fix: test for non-existing members
* fix: Error check
* fix: string to float
* add ZRankWithScore API for Cmdable interface
Signed-off-by: monkey92t <golang@88.com>
* add notes
Signed-off-by: monkey92t <golang@88.com>
---------
Signed-off-by: monkey92t <golang@88.com>
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
Co-authored-by: monkey92t <golang@88.com>
2023-04-19 22:37:41 +08:00
Kristian Tsivkov
38ca7c1680
Add support for MODULE LOADEX command ( #2490 )
...
* Added support for MODULE LOADEX command
Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
2023-04-18 21:03:47 +08:00
Anurag Bandyopadhyay
d7c6c3598b
Maintenance : Deprecate FCallRo & add FCallRO ( #2550 )
...
* Deprecated FCallRo
* feat: FCallRo to FCallRO
Signed-off-by: monkey92t <golang@88.com>
* update doc
Signed-off-by: monkey92t <golang@88.com>
---------
Signed-off-by: monkey92t <golang@88.com>
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
Co-authored-by: monkey92t <golang@88.com>
2023-04-18 01:18:06 +08:00
Anurag Bandyopadhyay
0d860cb038
Add support for CLUSTER MYSHARDID command ( #2530 )
...
* feat: add support for CLUSTER MYSHARDID command
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
2023-04-17 21:52:35 +08:00
Monkey
7b4f2179cb
feat: no longer verify HELLO error messages ( #2515 )
...
Signed-off-by: monkey92t <golang@88.com>
2023-04-12 20:35:32 +08:00
Monkey
6edb1529ff
test: redis-version to 7.2-rc1 ( #2532 )
...
* test: redis-version to 7.2-rc1
Signed-off-by: monkey92t <golang@88.com>
2023-04-12 20:17:10 +08:00
Pranit Bauva
a42ba14851
doc: pass ctx in example for infinite wait time ( #2540 )
...
Co-authored-by: Monkey <golang@88.com>
2023-04-06 00:16:26 +08:00
Pranit Bauva
842b65fb60
actions: build on go1.20.x ( #2541 )
...
github.Action add go1.20
2023-04-05 22:35:32 +08:00
iliyanm
46f245075e
fix: reader float parser ( #2513 )
2023-04-04 21:50:07 +08:00
Monkey
37c057b8e5
feat: read the structure to increase the judgment of the omitempty op… ( #2529 )
...
* feat: read the structure to increase the judgment of the omitempty option, the same as json
Signed-off-by: monkey92t <golang@88.com>
2023-04-03 15:43:18 +08:00
Chayim
a2aa6b7138
Version 9.0.3 ( #2518 )
2023-04-02 13:55:09 +03:00
Monkey
a388a637ed
feat: check pipeline.Do to prevent confusion with Exec ( #2517 )
...
Signed-off-by: monkey92t <golang@88.com>
2023-04-01 14:44:06 +08:00
Elena Kolevska
e96c7b5f58
Function stats, function kill, fcall and fcall_ro ( #2486 )
2023-03-30 21:52:06 +08:00
Anurag Bandyopadhyay
9aba95a74f
feat: Add support for CLUSTER SHARDS command ( #2507 )
...
* feat: Adding support for CLUSTER SHARDS command
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
2023-03-29 21:44:06 +08:00
Monkey
2cdd5ea34a
fix: eval api cmd.SetFirstKeyPos ( #2501 )
...
Signed-off-by: monkey92t <golang@88.com>
2023-03-28 21:24:04 +08:00
Chayim
cccfca4593
redis 7.0.10 ( #2508 )
...
Co-authored-by: Monkey <golang@88.com>
2023-03-28 20:35:14 +08:00