Shahar Mor
Shahar Mor
this should not cause an error: ```js it('should not cause an error', function(done) { var obj = {someFunc: done}; somethingThatCallsSomeFuncOnObj(obj); }); ``` should it?
Hi, Today, in order to get a copy of the options value object you need to do something like this: ``` javascript var option = new Options({a: true, b: false});...
Related to https://github.com/oleksiyk/kafka/issues/71
Hi, When monitoring the length of redis keys, the agent requires a hard coded list of keys. It would be awesome if you could instead give the agent a redis-supported...
Fixes #248 Breaking Change: Firefox on iOS will now be detected as "Firefox Mobile" and not "Firefox"
For example, `Mozilla/5.0 (Linux; Android 7.1.2; Nexus 5X Build/N2G47W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36` Should display `Chrome Mobile` as the browser, not `Chrome` Same for `Firefox` & `Firefox...
When using commandTimeout with blocking commands, the blocked command (blpop for example), will also terminate with the timeout if it happens before the command is successful. I think this should...
Hi, When a slave is first being connected to a master it needs to load the entire DB, which takes time. Any command that is send to that slave during...
When trying to run against a Redis Cluster node: ``` Traceback (most recent call last): File "/usr/local/bin/rma", line 9, in load_entry_point('rma==0.1.6', 'console_scripts', 'rma')() File "/usr/local/lib/python3.4/dist-packages/rma/cli/rma_cli.py", line 95, in main app.run()...