ShaharPash

Results 15 issues of ShaharPash

According to the example, WITHCOUNT should be marked as an optional parameter. Like that: TOPK.LIST key [WITHCOUNT]

The Example not looks good.. maybe somthing like this will be better: 127.0.0.1:6379> BF.ADD key item (integer) 1 127.0.0.1:6379> BF.INFO key 1) Capacity 2) (integer) 100 3) Size 4) (integer)...

I'm writing a project and using StackExchange.Redis, In my project I want to add support for commands that StackExchange.Redis does not currently support. I tried to use the Message class...

Addresses #165

enhancement

Related to #204

feature

Currently, the [summary](https://github.com/RedisJSON/RedisJSON/blob/8ca40430a54ee1b0d461495f87122ada11fe5ba7/commands.json#L170 ) of `JSON.MERGE` in the commands.json is: `Sets or updates the JSON value at a path` which is exactly the same summary of the `JSON.SET` command. I...

documentation

name: Bug Report description: File a bug report title: "[Bug]: " labels: [bug, triage] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this...

question

Hi guys, First off, thank you - thanks a tonne of the [RESP3](https://github.com/StackExchange/StackExchange.Redis/pull/2396) changes. It was really helpful, as a result of this, I will extend NRedisStack's RESP3 support soon....

I saw that now we can set the `LibraryName` in the ConfigurationOptions, what about `LibraryVersion`? can we add `LibraryVersion` as well like [here](https://github.com/StackExchange/StackExchange.Redis/blob/2e9e8e969552b0a0ba7c1baff615d363847e2769/src/StackExchange.Redis/ConfigurationOptions.cs#L254)?

➕ enhancement
⚙️ area:API