Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/NRedisStack

Redis Stack .Net client
https://github.com/redis/NRedisStack

Update Version to 0.12.0 (#263)

ccd74b5dcdafcc118166461b6aa3fa942315eb28 authored 10 months ago by shacharPash <[email protected]>
Fix AggregationRequest Builder (#259)

* change aggregationRequest builder

* add args to SearchArgs

* check issue 230

* use Se...

ee56859e6fb4bef9e623386436172f2f81cd44ee authored 10 months ago by shacharPash <[email protected]>
Add support for blocking XREAD and XREADGROUP (#256)

* Add support for blocking XREAD and XREADGROUP

Issues #237 and #255.

* Extend unit test c...

5f8b0b0152ca97bb71f0259b89bb4637db990029 authored 10 months ago by Gabriel Erzse <[email protected]>
Test binary package in CI (#252)

Issue #195

In the integration workflows, publish the binary package into a local
Nuget sourc...

4e2137757f408c05493af5751984a36a692b65b1 authored 10 months ago by Gabriel Erzse <[email protected]>
Async blocking commands (#257)

* Add support for blocking XREAD and XREADGROUP

Issues #237 and #255.

* Extend unit test c...

29b4c616c075625cca7a78a31fd9696c0a2f3c1b authored 10 months ago by Gabriel Erzse <[email protected]>
Switch to public Redis Enterprise for CI (#261)

Don't use private Docker images, to avoid the need of Docker credentials
as secrets. Such secre...

3398a8c9ef8571e711f9039edc9896422af42d3c authored 10 months ago by Gabriel Erzse <[email protected]>
Testing against Redis Enterprise in CI (#229)

* NRedisStack Enterprise Test

* enters

* try to change the image

* update the image as ...

2ec5430a22a20f139b88e4840c9819b981084827 authored 10 months ago by shacharPash <[email protected]>
Add more blocking commands (#253)

* Rename existing blocking commands

The current naming for the blocking commands does not fee...

db17b8924d0d9321c8b318facb798c4e812d4e99 authored 11 months ago by Gabriel Erzse <[email protected]>
Add code snippet for Sorted Sets (#246)

Issue #214

Add a test under `Docs`, with code snippets that can be used in the
online documenta...

91fd35cc94a1b1f05beb92da911ddb29ee1b6f4f authored 11 months ago by Gabriel Erzse <[email protected]>
Add support for BZMPOP, BZPOPMIN and BZPOPMAX (#240)

* Formatting and typos

Fix some typos in the markdown files and run `dotnet format` on existi...

fe18a3ba595085951852665f413323252deeaaa7 authored 11 months ago by Gabriel Erzse <[email protected]>
Use redisFixture in all tests (#244)

* use redisFixture in all tests

* fix HashExample

* make constractors public

* return D...

9a607e0d9a07af1553d88c8e2749aab5d31c2750 authored 11 months ago by shacharPash <[email protected]>
Fix dotnet version testing (#242)

* Run dotnet format on existing code

* Streamline CI jobs

Add net8.0 as target framework.
...

980a77c098f867f24979d3e912ae1c699de58442 authored 11 months ago by Gabriel Erzse <[email protected]>
Adding LATEST arg support for TS.MRANGE (#236)

* Adding LATEST arg for TS.MRANGE

Removing null check that was already being performed by hel...

b725b9e95c08bc29c9e3163f416002f0fcaae68c authored 12 months ago by Anthony Muccio <[email protected]>
Update Version to 0.11.0 (#228)

* update version to 0.10.2

* change version to 0.11.0

cbbfaae9c5b37fb761b846f17c65ade259ff3a14 authored about 1 year ago by shacharPash <[email protected]>
Fix SETINFO Format (#203)

* change setinfo process

* change version to 7, 1, 242

* fix setinfo format

* delete co...

b05d08b34914d34b5d419b6c7ce4285d4a5fc42e authored about 1 year ago by shacharPash <[email protected]>
Changing TimeStamp to a value type in order to reduce unnecessary heap allocations (#225)

* Change TimeStamp to a readonly struct record in order to avoid unnecessary allocations.

* C...

92e3d8230cd165a0c1e7d856deb8c686e229eb6a authored about 1 year ago by Amir Shitrit <[email protected]>
Fix timestamp cast to datetime (#226)

* Change TimeStamp to a readonly struct record in order to avoid unnecessary allocations.

* C...

f0faa185eae8ccc692b7bdd9dd932c50dfa12068 authored about 1 year ago by Amir Shitrit <[email protected]>
Added JsonSerializerOptions parameter to Set and SetAsync methods. (#223)

* Added JsonSerializerOptions parameter to Set and SetAsync methods.
Closed #222

* format

...

f6a251f69d26058d7382defb33b6cb1ce0e5951f authored about 1 year ago by Ricky <[email protected]>
Bumped spellcheck action to latest version, since 0.23.0 is EOL (#206)

6a17dfe213a729385bb611623de5f80e9cf1b84a authored about 1 year ago by Jonas Brømsø <[email protected]>
dotnet 8 CI (#205)

dotnet 8 preview

16ac7a7e452491df52a192232881a53bfe970260 authored about 1 year ago by Chayim <[email protected]>
Add null check to Json.Get<T> (#199)

add null check to Json.Get<T>

954992e425934318cda309a27456db8d16e3cdb4 authored about 1 year ago by shacharPash <[email protected]>
set_tutorial snippets (#197)

* set_tutorial snippets

* dotnet format

---------

Co-authored-by: shacharPash <shachar....

e32b6b62e7012b910a9a5b5a25fdc3c3dcb982ef authored about 1 year ago by Steve Lorello <[email protected]>
Fix library versioning: reading version from assembly (#196)

* reading version from assembly rather than from csproj

* x.y.z format & ignore null warning
...

50fb74aecf103880f081da84f22340c27a40f13e authored about 1 year ago by Steve Lorello <[email protected]>
Version 0.10.0 (#194)

* update version to 0.9.1

* Version0.10.0

* try fix flaky tests

01e823c3de50099c4b0671942c803dce38ce0424 authored about 1 year ago by shacharPash <[email protected]>
Supporting CLIENT identification via SETINFO (#180)

* deprecated redisGraph

* supporting client SetInfo command

* add tests

* check somthin...

aa6f6a4a2954fcd3cf9aa9a39c25106a4b8b552d authored about 1 year ago by shacharPash <[email protected]>
Pass in JsonSerializerOptions to generic methods (#187)

* Pass in JsonSerializerOptions to generic methods

addresses #186

* move the '?' to the ri...

da200b65cde98200260efc498ed6023fa85fbf2f authored about 1 year ago by Michael Deutsch <[email protected]>
Support GEOSHAPE field type in RediSearch (#191)

* Initial support for OSS Cluster API (#170)

* delete mock

* coverage

* fix test

* i...

b178f7ae0dde71b89fafa069da8f8e39594eb301 authored about 1 year ago by shacharPash <[email protected]>
Linking to Redis learning resources (#193)

Linking to Redis resources

04e61daf749f563097e36b359878c3400425d5d2 authored about 1 year ago by Chayim <[email protected]>
Creating CODEOWNERS for documentation (#192)

Creating CODEOWNERS for the examples

c07ceafd8f678eddc1fdb7dc3bdaee579158f06f authored about 1 year ago by Chayim <[email protected]>
Lint checks in CI runs (#183)

* delete mock

* coverage

* fix test

* indent

* change to var - check

* cluster te...

3d639ce04f7c0e64ae0c2e920071db251a935b47 authored over 1 year ago by shacharPash <[email protected]>
Disabling multiple runs of a PR based on commit (#189)

30dee6e4faa992c050d91814c1376fbbb8772fc9 authored over 1 year ago by Chayim <[email protected]>
fix await error

e56504006371d995edc279f293cda603f55ddb5e authored over 1 year ago by shacharPash <[email protected]>
Clean warnings (#184)

* delete mock

* coverage

* fix test

* indent

* change to var - check

* cluster te...

cfeb817ba2ccd28e0e8de8f7f7a992bb8bdef8de authored over 1 year ago by shacharPash <[email protected]>
Initial support for OSS Cluster API (#170)

* delete mock

* coverage

* fix test

* indent

* change to var - check

* cluster te...

ac897cc15b6dc702eb8004a19278c1ba22c34730 authored over 1 year ago by shacharPash <[email protected]>
Update README (#182)

* update 7.0 to 7.2 in the README.md

* update README about graph EOL

* add RedisGraph to w...

61a245de36c8b8afb75ad8d92274906d185a559e authored over 1 year ago by shacharPash <[email protected]>
Version 0.9.0 (#181)

0.9.0, due to RedisGraph deprecation

627c89b6ee3acfd8c181440f7eca37c59a319ed9 authored over 1 year ago by Chayim <[email protected]>
Deprecate RedisGraph (#177)

Co-authored-by: Chayim I. Kirshen <[email protected]>
Co-authored-by: Chayim <[email protected]....

a31172ecbdfbe526bc94ef2eaf759347f18fd3eb authored over 1 year ago by shacharPash <[email protected]>
Split TFCALL to TFCALL and TFCALLASYNC (#178)

d554cd483b276fb2d28b4c6e2d01e32a7acfe1d8 authored over 1 year ago by shacharPash <[email protected]>
Add devcontainer development environment (#169)

* Add devcontainer

* Add test tasks for the different Redis versions. Specify default .NET so...

1c345ad41a2c00d460965d89a265d931f5b30030 authored over 1 year ago by Lasse Hay-Schmidt <[email protected]>
Add devcontainer development environment (#169)

* Add devcontainer

* Add test tasks for the different Redis versions. Specify default .NET so...

12ae4885747b836a039c194a7cc39597616bdc8b authored over 1 year ago by Lasse Hay-Schmidt <[email protected]>
Move SORTABLE to the end of the build command (#176)

* fix Issue

* delete comments & cover TEXT also

c99124bc3bb5d874c3c9c6ed65d96affebc72d2a authored over 1 year ago by shacharPash <[email protected]>
Version 0.8.1 (#172)

change tp 0.8.1

80ec2868425d3c8608487a2ca8c242b71799b261 authored over 1 year ago by shacharPash <[email protected]>
Removing Moq as a dependency for mock unit tests (#168)

* delete mock

* coverage

* fix test

* indent

* change to var - check

f5cce98cb80fdd582487beaebcf96a716c861655 authored over 1 year ago by shacharPash <[email protected]>
Updating CI to latest redis versions (#163)

* Redis version bump for testing

* change RC to Uppercase

* skip graph tests if version is...

244ebbf1de967fb9aa550be69cab1e2d4d0e50fc authored over 1 year ago by Chayim <[email protected]>
Updating client license to clear, MIT (#167)

Updating all client licenses to clearly be MIT

af0d5fa2cc0aca3298c3bff5f5a31838771e7004 authored over 1 year ago by Chayim <[email protected]>
Introduce procedure mode selection for RedisGraph. (#162)

* Introduce procedure mode selection for RedisGraph.

* Add option to specify procedure mode a...

6c9ea151bc5783901ad2a44d770d4188725f1af3 authored over 1 year ago by Lasse Hay-Schmidt <[email protected]>
adding hash examples (#159)

* adding hash examples

* putting everything into a single colletion to mitigate matching keys...

78be5745121bb4e3671d93d2a2b3752bd6a9ea04 authored over 1 year ago by Steve Lorello <[email protected]>
Delete Unnecessary Tests (#158)

delete modul prefixes tests

6c47500f21310e732dfe7b96d44001dd1eb1b35a authored over 1 year ago by shacharPash <[email protected]>
Update version to 0.8.0 (#157)

d06f758b12d95f710c4b2b0ddb06a539727d253d authored over 1 year ago by shacharPash <[email protected]>
Add support for extended search commands (#151)

* start working on Adding Support for FT.SPELLCHECK

* tests

* Add tests

* Add Bounds te...

9a2cd5dbc819be74f4f15b9b6140c066758b93aa authored over 1 year ago by shacharPash <[email protected]>
Updates search tutorial doc examples to new format and data (#156)

16f7291252518f8d6157de66b57d1c6b831c9a55 authored over 1 year ago by Elena Kolevska <[email protected]>
Escape backslashes in RedisGraphUtilities.PrepareQuery (#155)

* Expose internals to NRedisStack test project

* Extend Graph query preparation.

* Escape ...

50a07409341b0914eadaec3f59095be714a1b287 authored over 1 year ago by Lasse Hay-Schmidt <[email protected]>
Support Triggers and Functions (#145)

* strart working on RG commands

* delete interfaces

* test

* Support TFunction Delete
...

0b6abafdf2fad58c0323a2bceab35284e7416535 authored over 1 year ago by shacharPash <[email protected]>
Support GRAPH.DELETE returning boolean (#152)

* change graph.Delete returned value to bool

* delete comments

dfb621d488182161212333f3656b81ecf4fa73d9 authored over 1 year ago by shacharPash <[email protected]>
Version 0.7.0 (#150)

5f4e766f4077d29216cd2dd23c40ea4d06c816d5 authored over 1 year ago by shacharPash <[email protected]>
Fix Query input in Explain & ExplainCli (#149)

* change the structure of AggregationRequest

* Fix Explain Commands

* fixes

* dialect 2...

7d1c3146eb5e0d13471ce432df8979e6fe56e66e authored over 1 year ago by shacharPash <[email protected]>
Supporting setting a default DIALECT for search commands (#147)

* change the structure of AggregationRequest

* add SerializeRedisArgs for FT.AGGREGATE

* f...

69d78965de87e57999d805dc48366567f0b203b6 authored over 1 year ago by shacharPash <[email protected]>
Add Hybrid Query Example (#138)

* Add Hybrid query example + Tests

* Update and rename ExamplesTests.cs to ExampleTests.cs

2dcac07a87e5334f94ca3de56186fc2af21016e7 authored over 1 year ago by shacharPash <[email protected]>
Fix JSON.MERGE Summary (#139)

fix Json.Merge summary

ee1a57619258d96c25d8f946031aa591d48d9435 authored over 1 year ago by shacharPash <[email protected]>
issue template (#137)

c127a62b46bd8318628c0f350ced9d808fd076ad authored over 1 year ago by Chayim <[email protected]>
Add doctest for Search Quickstart (#134)

b0324f26f92d74b0df937fe46f72deeb38f67994 authored over 1 year ago by Igor Malinovskiy <[email protected]>
Support JSON.MERGE Command (#132)

Co-authored-by: slorello89 <[email protected]>
Co-authored-by: Chayim <[email protected]...

7d2b006cfc719123304826151ca236042dd1646e authored over 1 year ago by shacharPash <[email protected]>
Run TLS Connection tests only in CI (with env vars) (#130)

run TLS tests only in CI (with env vars)

524dfb00fb5927bb5fbcd1f3aec1a56f81db0cdf authored over 1 year ago by shacharPash <[email protected]>
Support JSON.MSET Command (#131)

* Support JSON.MSET Command

* add tests

* fixes

* adding edge filter

* bump

* app...

508ca3d777ed84449109ac213c316091255e609e authored over 1 year ago by shacharPash <[email protected]>
Delete Enviroment (#133)

* delete enviroment

* delete again

3e73654ef0e4c7157c19364fb85370982ebb3b81 authored over 1 year ago by shacharPash <[email protected]>
Change TimeStamp from DateTime to Millisecond Instead of Ticks (#127)

* Change TimeStamp from DateTime to Millisecond Instead of Ticks

* Assert.Equal the Values

...

09dfce73b0dbdbaaac5dfa3d5d2c86946c9852a2 authored over 1 year ago by shacharPash <[email protected]>
Update Version to 0.6.1 (#125)

6f1290d7c9b45c571c39482b50aab5c6fb0d600a authored over 1 year ago by shacharPash <[email protected]>
Testing against multiple redis-stack versions (#120)

* redis environments

* restoring to test

* bump to v7 and integration check

* clean up ...

30ab7899db4a0d03f1aeca88a7c013e8e8635fc0 authored over 1 year ago by Chayim <[email protected]>
Redis Cloud Connection Example (#98)

* TestRedisCloudConnection

* using .env for the enviroment vars

* DotEnv class

* delete...

e269de5442ea762fd59434f9726ea7d15fdd2a25 authored over 1 year ago by shacharPash <[email protected]>
Add CONTRIBUTING Guidelines (#119)

* copy redis-py CONTRIBUTING.md

* finish Contributing.md

* update wordlist

* Update CON...

74b00761f39dbf83473753b75507f258874ad11e authored over 1 year ago by shacharPash <[email protected]>
Ability to specify test host and port (#117)

* add ability to test on a differeent endpoint

* change pattern to host:port

a39b8182867b9f647d50892b5c9d5c5592739698 authored over 1 year ago by shacharPash <[email protected]>
Simple documentation examples as test cases (#114)

* Added a test project for documentation examples

* Added a gitignore file.

* add TargetFr...

b936840b79ad61b06f2df5299059a16dac74f206 authored over 1 year ago by David Maier <[email protected]>
Advanced Json Examples (#112)

* adding basic json example

* finish BasicJsonExamplesTest

* fix test

* Remove Unnecess...

ccae59ff3252de7a5ee73bc84d87c80b01feeb3a authored over 1 year ago by shacharPash <[email protected]>
Add Examples from Specialist-Solution-Workshops Repo (#106)

* adding basic json example

* finish BasicJsonExamplesTest

* fix test

* Remove Unnecess...

f3595b9216670be73e2153617975959fd3864734 authored over 1 year ago by shacharPash <[email protected]>
Add FieldName signature to VectorField (#104)

* add FieldName signature to VectorField

* Add AddVectorField signature that get FieldName

...

26036f24a1d66ff2bde364ff2e91384e972f6b88 authored over 1 year ago by shacharPash <[email protected]>
Fix AlterAdd Tests (#103)

add sleep to alter add test

ef7151664e9f735bed0d10a4985f31880e312aec authored over 1 year ago by shacharPash <[email protected]>
Fix AlterAdd Test Failure (#101)

* TestRedisCloudConnection

* fix AlterAdd Test Failure

* Delete unrelated changes

198162517d5dab242ab3ab4698a276ec832e78ec authored almost 2 years ago by shacharPash <[email protected]>
Change error line to NotNull in SearchTests.cs (#100)

Update SearchTests.cs

Change error line to NotNull(info.MaxDocId)

0b47bdd5a467bf33e9cf1b6eefc03f2a451edf51 authored almost 2 years ago by shacharPash <[email protected]>
Update to the Latest StackExchage.Redis Version (#94)

43f03d58b8c9ffab4e3e3a724b29f6f9c5a79585 authored almost 2 years ago by shacharPash <[email protected]>
Adding redis version compatibility details to the README (#92)

* Adding supported redis/library details

* Update README.md

change 'redis' to 'Redis'

*...

a0e99463ea0b0a9165d1e0d524bdbff2138ee227 authored almost 2 years ago by Chayim <[email protected]>
Version 0.6.0 (#93)

update to 0.6.0 version

6766ea46b2609ab6fb60b5d2112590dfcbc31776 authored almost 2 years ago by shacharPash <[email protected]>
Target .NET Standard 2.0 (#89)

* Target .NET Standard 2.0

* add condition

* update to the latest version of System.Text.J...

cbdf537361fc3cfd311905eac2357fcbb9cc8302 authored almost 2 years ago by shacharPash <[email protected]>
Fix Integration Fail (#88)

mark in comment the failed assert

df68194b262e75440fb87e78c0762f18458d96cf authored almost 2 years ago by shacharPash <[email protected]>
Convert SearchResult to JSON (#87)

* Add ToJson() in SearchResult + example & test

* add Where not null

* add assertion

* ...

2357c552a452d6bc016ca8832ab16abc22829f7f authored almost 2 years ago by shacharPash <[email protected]>
Fix code examples in README (#86)

* Fix code examples in README

- Specify all required dependencies
- Add missing db initializ...

7504d714294dce4a5be37857c7deec431f28acbe authored almost 2 years ago by Igor Malinovskiy <[email protected]>
fix integration fail (#85)

* change to info.NumRecords >= 800

* change debug memory test to Assert.True(res > 0);

* c...

19a3f1f05dd387b54464315d560de5ae86d02aa2 authored almost 2 years ago by shacharPash <[email protected]>
Upgrade to2.6.90 (#84)

Consolidated StackExchange.Redis

18fa8c2ac6790525c1dcaf164df076d14261dd17 authored almost 2 years ago by Ali Ahmadi <[email protected]>
Fix Integration Failure (#83)

delete output from dotnet pack in integration

4adee2c58653cd92dcccc0cab2751308d66b4c1b authored almost 2 years ago by shacharPash <[email protected]>
Fixing link to examples folder (#82)

21853386a517a323cd73dc8f1ff2def7589e5e25 authored almost 2 years ago by Chayim <[email protected]>
update version (#81)

c01633b595b338a9ed61a3e2410dda747e272035 authored almost 2 years ago by shacharPash <[email protected]>
Remove Unnecessary Usings + Fix Namespaces (#80)

* clean usings & fix namespaces

* Fixes

efa490711eb83ee24454b41d539f5a88546a15f1 authored almost 2 years ago by shacharPash <[email protected]>
Support Pipeline & Transaction + Examples (#68)

Co-authored-by: Chayim <[email protected]>
Co-authored-by: shacharPash <shachar.p...

5ccb704cf3f7e56adf36c275f18bd0f0655957f3 authored almost 2 years ago by shacharPash <[email protected]>
Adding a README to the nuget package (#76)

* Adding a README to the nuget package

* readme path

* fixing readme path

1c26a8cae01044e05f91ac685986ba015d3af6a0 authored almost 2 years ago by Chayim <[email protected]>
Fix Pipeline Test Namespace (#73)

fix pipeline test namespace

6a1503bac3575b836dd9c1a1f9a81106bd061ae5 authored almost 2 years ago by shacharPash <[email protected]>
Pipeline support (#50)

* add pipeline class & test

* Update StackExchange version to 2.6.86

* Fix Pipeline test
...

9ffc212dbf40da03402b4e6cc8a828f036c6f892 authored almost 2 years ago by shacharPash <[email protected]>
Wrong argument count in VectorField (#72)

Fix VectorField Count

7e92eb3af56599f9860ca6e47297b1d16ac6a65f authored almost 2 years ago by shacharPash <[email protected]>
Change redismod docker to redis-stack-server

af283a2c250df4ae21fccb77018a4f5d1491ad2a authored almost 2 years ago by shacharPash <[email protected]>
update StackExchange version

58a0260994bea36f1b90a33be6422cd917ad35ff authored almost 2 years ago by shacharPash <[email protected]>
Ignore case on spellcheck (#67)

spellcheck ignore case, like other modules

103f03e86c61cc07699ba4296b0a5e0dd5fb2074 authored almost 2 years ago by Chayim <[email protected]>
Delete pre-release icon (#59)

846d7813ed029b37076ac51287acfb655b635de7 authored almost 2 years ago by shacharPash <[email protected]>