Ecosyste.ms: OpenCollective

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

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

Small edis.rb doc update

github.com/redis/redis-rb - c39b02e6f63138f3d4f4a240594947077d27cb99 authored almost 15 years ago
special handling for mset and msetnx so they actualy work with hash or array args

github.com/redis/redis-rb - 461689cb67ac4c4d705d9963fed69642e5ee92ee authored almost 15 years ago
HEXISTS and HLEN implementations

added a socket_timeout parameter to allow commands to timeout and raise an error

github.com/redis/redis-py - 97ed01d9ac6fe39a53dd9414085f5aa0e44f6041 authored almost 15 years ago
Now KEYS will behave the same with 1.2.x and 1.3.x

github.com/redis/redis-rb - 07579be932511f4fd5598dbbda1f0f154d836c76 authored almost 15 years ago
support for binary keys

github.com/redis/redis-rb - f6f019474477a3392775579ea20f8569d83bc118 authored almost 15 years ago
multi bulk requests fixed

github.com/redis/redis-rb - 1e5e7ec75ef3b2c55746f8d1a504736fdc190c66 authored almost 15 years ago
fix for #18 -- i had copy/pasted some code from another function and forgot to actually change it! thanks to Sam (SJD) for the bug report

github.com/redis/redis-py - 5723a5468c4c168e798cecd72d21922f9c53d2e8 authored almost 15 years ago
HKEYS HVALS and HGETALL implemented

github.com/redis/redis-py - dbaef302fb95da2f4d30e5449891fc72eb0942d7 authored almost 15 years ago
Reorganization of gem files and cleaning up.

* Created RedisRb module and scoped all classes under it
* Moved VERSION constant into RedisRb, ...

github.com/redis/redis-rb - c9820ab2bfa4357153cf7acb21afa011ed10df29 authored almost 15 years ago
HDEL implemented

github.com/redis/redis-py - d240e77d58c2cf686bef925cab93b5970129aeb7 authored almost 15 years ago
added ZRANK and ZREVRANK commands.

github.com/redis/redis-py - 9ada0de4a3fc25cbba246d63eea674fcce814a54 authored almost 15 years ago
no reason to join the names here -- just let the format_inline do it, that way we get the benefit of encoding, too!

github.com/redis/redis-py - a33431a07c2798b7b1c96e13f8d93582eb309f58 authored almost 15 years ago
Fixed a bug with pipeline execution of AUTH and SELECT commands. These failed after MULTI and EXEC were added, since you can't run MULTI until you've auth'd, and it doesn't make sense to run SELECT within a multi/exec.

Thanks Pat Shields for the bug report

github.com/redis/redis-py - ad388393f7e3967ff1a69001308cdbcf98306127 authored almost 15 years ago
Flushed out the connection manager object a bit more.

github.com/redis/redis-py - 56f0ffb88b716287606e08f8ffd77e5f586a9b44 authored almost 15 years ago
fixing up reverting multi bulk for keys *

github.com/redis/redis-rb - d61a1e99d6721ff703a64233c092cc60e191844c authored almost 15 years ago
Revert "keys is now multi bulk reply. this changes compat with oler versions of redis so bumping gem version to 0.2.0, this redis-rb works with redi git head now but keys * may not work on older versions of redis server"

This reverts commit 33f594a9eea33bc9e141c25a43bcbcd26746bead.

github.com/redis/redis-rb - eb6f915a5e6e1e7c9176e8c726cf1c34fac15030 authored almost 15 years ago
Fix keys command to work with a multi bulk reply

github.com/redis/redis-rb - 56954a32f5e9e6830d81d35f765bdf76e33cf00b authored almost 15 years ago
Yield the Redis object when using multi with a block.

github.com/redis/redis-rb - cce3f316a5ecbf4063a6aefcba510a395c31e56d authored almost 15 years ago
Merge branch 'master' into multi_block

github.com/redis/redis-rb - be081f7aa3b3579df3bd3705eb915c1c44dd2335 authored almost 15 years ago
fixed #15 where zscore previously failed for members of a sorted set that didn't exist.

also made anal cleanup changes removing whitespace before colons!

github.com/redis/redis-py - ab3061a64cc9ec1cc0ff135005ee478038077434 authored almost 15 years ago
all commands being executed in a pipeline are now executing with a single socket send call. this should increase network throughput

github.com/redis/redis-py - 7915ef869392808e7a8828dcf768c2b7256d219d authored almost 15 years ago
Add more contact info to the footer.

github.com/redis/try.redis - 18a5ed8dce19cfa669b039298c404ea76a993a75 authored almost 15 years ago
Fix a grammar error in the tutorial.

github.com/redis/try.redis - 0bc656842cb343f2208de4b87ea5af27288fa6cf authored almost 15 years ago
Disconnect from the server on each request.

github.com/redis/try.redis - 18cb464e131ef258aeec73aae8f7f7b50bacddde authored almost 15 years ago
Add an HTML title.

github.com/redis/try.redis - 7c7b0787eb7f6a4474f8a5b5e27ae65083f91ec4 authored almost 15 years ago
Pipeline objects are now executed atomically via the MULTI and EXEC commands

github.com/redis/redis-py - bd411f99f890d918b192156e882be743e6fbf545 authored almost 15 years ago
Fix some tutorial text.

github.com/redis/try.redis - f43ced9fbbe99fd5c7e7388e2b94e13d010b40b4 authored almost 15 years ago
HSET now returns 1 if it added a new field to the hash, otherwise 0.

There was no test for RPUSH, now there is :)

github.com/redis/redis-py - 708c458adb8d90a00041977df4880d28a11e2cb9 authored almost 15 years ago
HSET now always returned True, which also fixed part of the test

github.com/redis/redis-py - 263581708f5397804e2d42fc50b4c4b9f717f224 authored almost 15 years ago
added HGET/HSET commands

removed the KEYS callback -- 1.34 Redis servers now return KEYS with the multi-bulk protocol, whi...

github.com/redis/redis-py - 9e3e1aa43456202e86e241955f3ae7f5220f5d58 authored almost 15 years ago
Fixed a bug in the tutorial.

github.com/redis/try.redis - 1cb15d8e5e123776b58b6582edf2a1b528925559 authored almost 15 years ago
Do not persist redis-rb connections.

github.com/redis/try.redis - 27137b451cfc4cbad1558c1d583115622a800f95 authored almost 15 years ago
Revert "Add session logging."

This reverts commit 60e62f32453fc5dbc074e908dc28d2dcf77c79a7.

github.com/redis/try.redis - 371aff2dcafb463b5d10265f54efcddaa252619e authored almost 15 years ago
Add session logging.

github.com/redis/try.redis - 60e62f32453fc5dbc074e908dc28d2dcf77c79a7 authored almost 15 years ago
Focus on pushing the tutorial.

github.com/redis/try.redis - 0d59d370b0acbfe30ab98148d2f963310b501378 authored almost 15 years ago
Implement the last couple of pages of the tutorial for now.

github.com/redis/try.redis - f5cc31f1c794bca936aa0238516ca471cdb84cd4 authored almost 15 years ago
Nudged the page up a little.

github.com/redis/try.redis - 0417d2a621259c9862379a42119dab10f54b9a96 authored almost 15 years ago
Tweaked the header graphic.

github.com/redis/try.redis - 61001931cd663f5b3cc40affc0e2fd516d073164 authored almost 15 years ago
Add a graphic to the input field. Shrink the terminal by 50px vertical.

github.com/redis/try.redis - fa940ec78c568e063c24df0cc82abca36a8f5c78 authored almost 15 years ago
Log to STDERR on error.

github.com/redis/try.redis - 505c832ccb9ffd472225aaae92f7ac476763a006 authored almost 15 years ago
Fix a tutorial typo.

github.com/redis/try.redis - d14d9a10b0b5efa54b1b632c20cc7e47563b4c3e authored almost 15 years ago
Add support for the SORT command.

github.com/redis/try.redis - d4bca7891f4f6241d106611ca7f9fc22268e826f authored almost 15 years ago
Implement the STORE clause of the SORT command.

github.com/redis/redis-rb - fb6a2d7a7367dc80bb9c05f0f55c5b63dae8f9e2 authored almost 15 years ago
Continuing progress on the tutorial.

github.com/redis/try.redis - 09707787eb896376d99bef60a09df29856fdfa74 authored almost 15 years ago
Indent code blocks in the terminal log.

github.com/redis/try.redis - f85064d9d1922434743e2a89acf2ecc78278b5b0 authored almost 15 years ago
Add NEXT message to tutorial screens.

github.com/redis/try.redis - d87b25ab86c869e461cd62c7f0ebde4261736894 authored almost 15 years ago
JS code cleanup.

github.com/redis/try.redis - f9d2c1114d42da39bcb2a184e2be18cac41500c5 authored almost 15 years ago
Serve static resources via Rack::Static.

github.com/redis/try.redis - e901f608992ccf09ca1a351e80933e498f3955e4 authored almost 15 years ago
Add docs for more redis commands.

github.com/redis/try.redis - 899eba0498ef283b15d4d6755eac87522693d1b5 authored almost 15 years ago
Need to sudo to restart apache in the capfile.

github.com/redis/try.redis - fcfa1e0f49ebbefcbb8c2f8c8da06967058e0d51 authored almost 15 years ago
Add initial attempt at a capfile.

github.com/redis/try.redis - 4e95c4f9bd4da844bee0843913320307b12d9cf8 authored almost 15 years ago
Lots of changes, not broken up. Shame on me.

github.com/redis/try.redis - 35e183541dfe28801a336f7deed86b8769f2bc0d authored almost 15 years ago
Add some comments to the main file.

github.com/redis/try.redis - 4533d42d17d23def1837081882dbdca613e815e0 authored almost 15 years ago
Initial commit.

github.com/redis/try.redis - d37540e31f1d9147c9e06da912b2e963d778cdbc authored almost 15 years ago
the Redis class is now a thread local. This means you can safely pass it around between threads and connections will get swapped out correctly.

github.com/redis/redis-py - c83542e58593fd0ce6347f399b65763abfebcccb authored almost 15 years ago
Merge remote branch 'tabo/master'

github.com/redis/redis-py - 800720c7bd07c31511239df27d512e98d757e945 authored almost 15 years ago
Merge branch 'master' of github.com:andymccurdy/redis-py

github.com/redis/redis-py - 084d1d6f3342d4cbeeb1dd2a5f0da462628fb006 authored almost 15 years ago
complete analness about the :

github.com/redis/redis-py - 6243255706026fa0f5ac221bcccb361a48ad03cb authored almost 15 years ago
adding support for the new lpush/rpush returning the list length

github.com/redis/redis-py - c3b3c1bc93849b4c3fc23dc7105984411b20c4d8 authored almost 15 years ago
keys is now multi bulk reply. this changes compat with oler versions of redis so bumping gem version to 0.2.0, this redis-rb works with redi git head now but keys * may not work on older versions of redis server

github.com/redis/redis-rb - 33f594a9eea33bc9e141c25a43bcbcd26746bead authored almost 15 years ago
Made DistRedis#keys behave like Redis#keys

Old behavior still available via DistRedis#node_keys

github.com/redis/redis-rb - 889b12fd0c868c5da225619251f4624c6e93f4c8 authored almost 15 years ago
docstring typos

github.com/redis/redis-py - a2bfd2f0f83c1129910348111fe856f677401a08 authored almost 15 years ago
Add Redis.__contains__ to support "'key' in redis"

github.com/redis/redis-py - 361cea3444f8661ee0f08074a1dbc5c484eb2326 authored almost 15 years ago
Add support for MULTI/EXEC with a block.

The current implementation assumes something like this to be merged
upstream:

http://github.com...

github.com/redis/redis-rb - 31b7544dcaed418b759d54a3459b816117666011 authored almost 15 years ago
Whitespaces

github.com/redis/redis-rb - f20d1731496b8abaf8c2e035c5ce505e52473807 authored almost 15 years ago
Add ignores for build outputs.

github.com/redis/redis-py - c1e762849f52c2ec1f66bf0a7c1ce4d9a1ee7153 authored almost 15 years ago
fixed a comment

github.com/redis/redis-py - 735c5de828cdcd0f6c6018bac9b262fd7e2c5a38 authored almost 15 years ago
incremented revision

github.com/redis/redis-py - 4496486b92f6a0eeceae6980d8083a4436ba2d4c authored almost 15 years ago
zrange/zrevrange/zrangebyscore should always return None if the key is insvalid, even if withscores=True is passed

github.com/redis/redis-py - 5f59153a94ed77157747feb2214b82515bf4ca04 authored almost 15 years ago
should have beest testing lpop, not pop, which is deprecated

github.com/redis/redis-py - 88cf4942c78ea1a08bdcffb4f902a682efd7b7f7 authored almost 15 years ago
removal of the legacy client

github.com/redis/redis-py - 332b29ba78647578c606bb0b6e5c609cf1d70eba authored almost 15 years ago
Merge branch 'newapi'

github.com/redis/redis-py - 411e41eac54d692893c36304a9f68fe0d10411e9 authored almost 15 years ago
key lists passed to blpop and brpop are not unmodified. thanks to Patrick Shields for finding this bug

github.com/redis/redis-py - dc98e7228c3957d4b7e440f0064a5e97aab33347 authored almost 15 years ago
Squash argument prefix warning on 1.8.7.

github.com/redis/redis-rb - 4cfdceebbf7ae899e82d52f1061ab099627ce945 authored almost 15 years ago
package the updated README.md

github.com/redis/redis-py - 68bd8479c693eed63a1e220239f9ef02a5815334 authored almost 15 years ago
rename to get nice highlighing on github ;)

github.com/redis/redis-py - a1b3c0ef7275c46ae0b6e136b2d4b5e8aa5888f1 authored almost 15 years ago
readme sample usage

github.com/redis/redis-py - ec9d72cc20e81f79f2c5922d867bd008d59cdf21 authored almost 15 years ago
removing the decode() hook from earlier. it's really more effective to serialize/deserialize the data at a higher level.

github.com/redis/redis-py - 18f0e28764b98837d063a5f4acaec184afe123ee authored almost 15 years ago
Redis.pop() is deprecated like Redis.push().

Added a number of tests for the SORT command

github.com/redis/redis-py - 223acf1fdcdca8bc6551919ca39c2fbeb089bd75 authored almost 15 years ago
fixed a pipeline bug where a connection that had timed out and needed to re-auth or re-select the appropriate database would end up adding the auth/select command to the end of the pipeline rather than executing immediately.

github.com/redis/redis-py - 5ce4a90fe42d20e180a9c28ddfa41dd09cf77aa4 authored almost 15 years ago
added accessors for host/port/db information off the current connection

github.com/redis/redis-py - 6d3269b19a5929398c3d1b2faad6a3fb372733a5 authored almost 15 years ago
- added ability for subclasses of Redis to provide their own decode logic if desired.

- setup.py needed to specify the package rather than py_module in order for build to work correctly.

github.com/redis/redis-py - 62fd846e4a6bf540400447e9be62982c22f412d8 authored almost 15 years ago
- connection objects now store authentication credentials so that reconnect works as expected.

- Connection.connect now calls back into the redis instance class to send the auth and select com...

github.com/redis/redis-py - 3b05b78c0af9ed92131e797d666f0a1e9d20ff92 authored almost 15 years ago
added the License file

github.com/redis/redis-py - 175c16108459444332c5937245e2567564970f67 authored almost 15 years ago
Changelog updated, version incremented

github.com/redis/redis-py - 12570a3dcd6d4f3b335f843c42e58399bfe5959b authored almost 15 years ago
TODO note to document changes changes... lots of changes...

github.com/redis/redis-py - 62aeb4d598d95a0d1ea12ed264e2acbebebfc061 authored almost 15 years ago
TODO: changelog

github.com/redis/redis-py - 0b84ecefac7855917077d6c340d6ec09d66565d5 authored almost 15 years ago
new client passes all command tests, still need tests for connection pool and pipelining.

github.com/redis/redis-py - 61c106e5fe5b9ab0380b29f60e245d4a318a2a06 authored almost 15 years ago
Revert "Reset any configured timeout before issuing blocking commands (for now blpop and brpop). Original timeout is restored after command has finished."

This reverts commit 4483f5929524444206fb7f139156df1b1216e760.

github.com/redis/redis-rb - 7dade411afee26086627cd5a358dd63e07ddf588 authored almost 15 years ago
Reset any configured timeout before issuing blocking commands (for now blpop and brpop). Original timeout is restored after command has finished.

github.com/redis/redis-rb - 4483f5929524444206fb7f139156df1b1216e760 authored almost 15 years ago
added withscores option to zrange

github.com/redis/redis-py - cb6b4f4b9b715f48a7c8cdb8b63b923795396e56 authored almost 15 years ago
fixing all the spec breakage because rpoplpush changed

github.com/redis/redis-rb - 2f243b7fbc81fa087d8f2f600b9eccda8280d0df authored almost 15 years ago
Merge branch 'master' into newapi

github.com/redis/redis-py - 33521a7d6cca8447fd885a61ffd812f634cf222c authored about 15 years ago
Added offset/count optional parameters to zrangebyscore. Thanks Adam Charnock!

github.com/redis/redis-py - a9bff80ec2d04f70c1e2bed50b70b0168ef8f8c8 authored about 15 years ago
Merge remote branch 'adamcharnock/master'

Conflicts:
redis.py

github.com/redis/redis-py - 688ecada1e112bfa59bcdf829c5c23cdbf61c08b authored about 15 years ago
added offset & count parameters to zrangebyscore()

github.com/redis/redis-py - 30980d331dbf28af4c01c526ed7fd440171dc574 authored about 15 years ago
helps to actually include the new file

github.com/redis/redis-py - 9e7b4e6a0e590e056463919c572840c2c39b111d authored about 15 years ago
moved exceptions to their own module

github.com/redis/redis-py - 54928a955ed656479fa5c9f71b330d300c756108 authored about 15 years ago
- redis is now in it's own module. existing client imported and added to __all__ providing backards compat.

- tests can now be run by running the tests.py file

github.com/redis/redis-py - 53b15d2f25e77c8dcc11caa8fde18b8ed2cac1b1 authored about 15 years ago
delete now supports multiple keys to delete at once

github.com/redis/redis-py - 9b7d86233e7b3cff1d240448a4beb6ce8c35894a authored about 15 years ago