Node Redis
Official collective of the Node.js Redis NPM packages; redis, redis-parser & more.
Collective -
https://opencollective.com/node-redis
- Website: https://noderedis.dev
- Code: https://github.com/redis/node-redis
github.com/redis/redis-om-spring - ad88b466d58bb713615d29d87cb22303cbbdeef7 authored over 1 year ago
github.com/redis/redis-om-spring - a8387ebf9587a3f08c824afcedb0dc0979ed0ee3 authored over 1 year ago
* refactor: shorten the AsFloatSlice
* feat: improve the AsIntSlice by parsing string responses
github.com/redis/rueidis - 7dfdb23605adf9adcbb3089f894b791e38d1b3d4 authored over 1 year ago* Update `maxclients` directive in `redis.conf` info/wording.
* Update redis.conf:`maxclients...
github.com/redis/redis-doc - 7c5a901414c5af4aefd2c1b1761a496b9c796677 authored over 1 year agogithub.com/redis/rueidis - 6d8b04b7f8a03ccbb9733f518b437666a1a7aeab authored over 1 year ago
* spellcheck
* spelling
* one more word
* updating version of spellcheck action
* Ad...
github.com/redis/jedis - 66bc3b380c50224707f30b2f979296fb4d8786f9 authored over 1 year ago* Extending the stale issues from redis-py
* Update .github/workflows/stale-issues.yml
Co-...
github.com/redis/jedis - b0b044a8f114fff2891fbac73340919de84b31a9 authored over 1 year agogithub.com/redis/jedis - de872942dde45abdc083d585494c9a59926aa721 authored over 1 year ago
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release n...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rel...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release n...
github.com/redis/go-redis - 2e121910233d77b23d76a64e7d37628d1a73c0c1 authored over 1 year ago
* Add RE tests
* Enable testing on RE
* change db id to 0 - only when RE cluster is set
...
github.com/redis/go-redis - b76230924354e418e500679c0460706dfcf5f82b authored over 1 year agogithub.com/redis/redis-py - c6bbfcad5a25d5497845010a52eef8c06224f79e authored over 1 year ago
* Drop typing_extensions dependency (not necessary when targeting Python 3.8+)
* Bump python_...
github.com/redis/redis-py - aea575597d317930c00350cdda18e6acb3814958 authored over 1 year agogithub.com/redis/redis-py - 6046d5f8a2a50eba9b47fc9a6253c87a24fbc4df authored over 1 year ago
github.com/redis/jedis - 93fa07ec06457408c1ce4426c1c4e3a927361724 authored over 1 year ago
* cache invalidations
* isort
* deamon thread
* remove threads
* delete comment
*...
github.com/redis/redis-py - 53de3086f7a2176dea1e804676d2eb7f618c41cf authored over 1 year agoSigned-off-by: Jongwoo Han <[email protected]>
github.com/redis/jedis - fc68b11a58f6dbb0e6414e957d4ca1d51509fa5a authored over 1 year ago
Info fields from the rearrangement of scripts when functions were introduced.
see redis/redis#9...
github.com/redis/rueidis - c9037696fb8803efe18660c4f9df09203d3c707a authored over 1 year ago
github.com/redis/rueidis - 50bfe8f99ec0656817f85ebd2e8c16e2ad7c3e7b authored over 1 year ago
github.com/redis/rueidis - 06f2f2eff86e3cd01b8c528bb89dd5b342bc66e0 authored over 1 year ago
github.com/redis/jedis - 535fa17f650d6af0ec606251d6a0d5909e740cb0 authored over 1 year ago
github.com/redis/rueidis - 07e32e7708a10b349c949bf3cf51cf590430cba7 authored over 1 year ago
This PR is a supplement to #11144, moving `signalModifiedKey` in
`xaddCommand` after the trimmi...
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 2 to 3.
<details>
...
In case server.fsynced_reploff changed (e.g. flushAppendOnly set it to
server.master_repl_offse...
The code does not delete the corresponding node when traversing clients,
resulting in a loop, c...
When arity is -2, it allows us to input two nodes, but returns:
```
*** ERROR: Invalid configu...
Clarify that argument is a positive integer, unlike EXPIRE which accepts zero and negative numbe...
github.com/redis/redis-doc - d3fdeb6732779e01175014a5f928ebd843f2fc79 authored over 1 year agoAdded in redis/redis#12849
github.com/redis/redis-doc - a8751ba708ab9237b14af185054f98a961979757 authored over 1 year ago
In redis/redis#10405, we will check arity first, so the example
output is wrong. And in redis/r...
We have achieved replacing `slots_to_keys` radix tree with key->slot
linked list (#9356), and t...
If fopen() is successful and redis_fstat determines that the file is 0
bytes, the file handle s...
Fix #12792
On ubuntu 23(lunar), non-root users will not be allowed to change the
oom_score_a...
## TCP Keep-Alives
[TCP
Keep-Alives](https://datatracker.ietf.org/doc/html/rfc9293#name-tcp-...
github.com/redis/rueidis - a85dd76338d31ff6e92e55d698dd536e5ea6f10a authored over 1 year ago
add a missing comment for `dont_compress` and fix the bits calculation
github.com/redis/redis - 27a8e3b04e645e0c614c597668355e9bc945c408 authored over 1 year ago
The implementation of aeProcessEvents seems have different behavior from
the top comment.
The ...
When testing and debugging the cluster code before, you need
to stop the cluster after making c...
* fix: send readonly command
* refactor: rollback
* refactor: rollback
* BREAKING: remo...
github.com/redis/rueidis - b611f0c54243bb1bdab56905b8fb422945395564 authored over 1 year ago
Previous implementation would disconnect _all_ clients when running `ACL
LOAD`, which wasn't ve...
This PR, we added -4 and -6 options to redis-cli to determine
IPV4 / IPV6 priority in DNS looku...
fix: rueidiscompat's ZPopMax and ZPopMin with count 1
github.com/redis/rueidis - 3ec15dfc22f0e58adbbdda783091987b3f2e0fa7 authored over 1 year agogithub.com/redis/rueidis - a81d7e4f0d63b296bfeee6d6a3c077d62522a789 authored over 1 year ago
* Update _index.md to fix #885
fixes #885 and removes a bit of language for clarity
* Upda...
github.com/redis/redis-doc - c8258cfa67c4532bda205ee5a0938cb146ee62fb authored over 1 year agogithub.com/redis/rueidis - 0249ec8486379bd1202d77be48e9aed7de2ad89f authored over 1 year ago
github.com/redis/redis-doc - 95cb44d7fdf54cad2eb6f30f31cc4e38158d7f91 authored over 1 year ago
Let us see which version of redis this tool is part of.
Similarly to redis-cli, redis-benchmark...
* Fixed grammar in _index.md
* Update docs/install/_index.md
Co-authored-by: David Dougher...
github.com/redis/redis-doc - f411cc56b36704ceae2f03808bfe53add1e30fa9 authored over 1 year agoAdd warning about RDB to AOF conversion and some other improvements to that documentation sectio...
github.com/redis/redis-doc - b4eac7e09c0e7b071363c054bb463c4a2b97b313 authored over 1 year agogithub.com/redis/go-redis - 73c879df57f61fe7d231f9248f3c448ace37bd77 authored over 1 year ago
WRONGTYPE is about the key type, not the field type.
looks like a copy paste issue from INCRBYF...
* update version to 0.10.2
* change version to 0.11.0
github.com/redis/NRedisStack - cbbfaae9c5b37fb761b846f17c65ade259ff3a14 authored over 1 year ago* change setinfo process
* change version to 7, 1, 242
* fix setinfo format
* delete co...
github.com/redis/NRedisStack - b05d08b34914d34b5d419b6c7ce4285d4a5fc42e authored over 1 year ago* Change TimeStamp to a readonly struct record in order to avoid unnecessary allocations.
* C...
github.com/redis/NRedisStack - 92e3d8230cd165a0c1e7d856deb8c686e229eb6a authored over 1 year agogithub.com/redis/jedis - 77d52ab04fa333a3c2c50d0150c09300b1c92161 authored over 1 year ago
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.11.
...
github.com/redis/jedis - e89e777a80e518f9c4a34724ca3f74b67b153783 authored over 1 year ago
OTEL tweaks
github.com/redis/rueidis - 65f705a8f7d7feab5d39dbd6725081f471aa1e6d authored over 1 year ago* Clarify TSMadd ktvSlices usage in docstring
* change syntax
github.com/redis/go-redis - 5665b0f7ea26298a8c7ff45323348e7b04b8d491 authored over 1 year ago* Fix example 'Connecting via a redis url' and make it compile
* Fix name of example
-----...
github.com/redis/go-redis - 9073e4056de44fe547b4a84840f868165f2f414a authored over 1 year ago* Allow scanning redis values into pointer fields
* Formatting
---------
Co-authored-by...
github.com/redis/go-redis - c82876433698ae24c7a2504a340f535e758af252 authored over 1 year ago* docs: correct the format error of the url in 'Connecting via a redis url' section
* docs: c...
github.com/redis/go-redis - 716906addaa475a699df1d26869db99128fb1e80 authored over 1 year ago* remove command command from oss cluster
* remove command command from oss cluster
* remo...
github.com/redis/go-redis - 86c68be278a8541f6419513940ffaefa45341e78 authored over 1 year ago* fix: add Cmder annotation
Signed-off-by: rfyiamcool <[email protected]>
* fix: add Cmde...
github.com/redis/go-redis - 8c695488a247283d92e4d03c1774d9e2c4583244 authored over 1 year agogithub.com/redis/go-redis - e535124055c53d281390d3ec5957e437a885430d authored over 1 year ago
Co-authored-by: Chayim <[email protected]>
github.com/redis/go-redis - 1d784578dfea5d9a33a7b0fc0d989cc929c98f2b authored over 1 year ago* fixing wheel
* 2.3.2
github.com/redis/hiredis-py - d50608e4c9ea45eafa122d914f9dadd5828f1a35 authored over 1 year agogithub.com/redis/rueidis - 5479ac3230a0dd688918cdd4f6e7b2ef9928b94e authored over 1 year ago
We dont have test for hgetall against key doesnot exist so added the
test in test suite and alo...
* labeled builder for wheels
* fix
github.com/redis/hiredis-py - 43855b6b9b9abfbf7549c48fce4315ef9bc35299 authored over 1 year agogithub.com/redis/rueidis - a4d059bf2fad7589ed11c43fb40b6d4ca1760895 authored over 1 year ago
github.com/redis/rueidis - cfc8c742c1c969c8af35ef56be4cef48ed96ed0c authored over 1 year ago
* Add monitor command
* Add monitor commadn and tests
* insure goroutine shutdown
* fix...
github.com/redis/go-redis - 277e8b7d9f9c5c5dc5690e0e11a029278bb25297 authored over 1 year agogithub.com/redis/go-redis - 631deaf25f822c01e78f0fa8843fe8ce9ed2b298 authored over 1 year ago
* Change TimeStamp to a readonly struct record in order to avoid unnecessary allocations.
* C...
github.com/redis/NRedisStack - f0faa185eae8ccc692b7bdd9dd932c50dfa12068 authored over 1 year agogithub.com/redis/hiredis-py - aff493f2816439df1ae2cb795f81ce694397544b authored over 1 year ago
github.com/redis/hiredis-py - 8aa3cd4f207013872f1eaab6f9ed15819b8b0a72 authored over 1 year ago
github.com/redis/rueidis - 222f9ed8fae7937caa4f9028b52e7daba20940ac authored over 1 year ago
github.com/redis/rueidis - 3b7376d464e09aecacbe26ff4f0725923ffa8900 authored over 1 year ago
github.com/redis/rueidis - 3b962e6655a4f93fbe51e9f7f175507ce449e694 authored over 1 year ago
github.com/redis/rueidis - 81242038f247a9e676f9491f031c06a6a0d55085 authored over 1 year ago
redis-cli avoids saving sensitive commands in it's history (doesn't
persist them to the history...
github.com/redis/rueidis - 0c5c4b8dce2b231e9b4bc817702a8eff979f478f authored over 1 year ago
`redis-cli --cluster del-node` doesn't work since it tries to connect to all nodes. `--cluster c...
github.com/redis/redis-doc - b260429d01c85c64d7d0ea185929d92c85bba022 authored over 1 year ago
After #11695, we added two functions `rehashingStarted` and
`rehashingCompleted` to the dict st...
The raxFind implementation uses a special pointer value (the address of
a static string) as the...
github.com/redis/rueidis - 5cacd1693dd1e13d8978bc3b14e7a893c7d0735c authored over 1 year ago
github.com/redis/rueidis - 5ff7f42ade7b4003c36e315fcaaa977a7585440f authored over 1 year ago
* feat: add built-in metrics
* refactor: rename buckets
* refactor: integrate with otelcli...
github.com/redis/rueidis - a0354256bc721c8a687626151356f90916271e9e authored over 1 year ago* Added Python 3.12 to test matrix and classifiers
* Bump cibuildwheel to pypa/cibuildwheel t...
github.com/redis/hiredis-py - 870c0f585cf379f53a213ad6dc82cc79cdde0e5e authored over 1 year ago
The by/get options of sort/sort_ro command used to be forbidden in
cluster mode, since we are n...
* copy definition and tests from go-redis
Reference:
- https://github.com/redis/go-redis/blo...
github.com/redis/hiredis-py - 90ffc4d28d475e18952fbba018380697f9a3e135 authored over 1 year ago
* Updating all client licenses to clearly be MIT
* as per PR
github.com/redis/hiredis-py - 1e29dd4719a44092e8317d6cddb8075a4a143e0e authored over 1 year agoBumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actio...
github.com/redis/go-redis - 6ddf27879e9a3cac946d0ab7caf7d2afb4120065 authored over 1 year ago
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](ht...