-
### Is this a regression?
Yes
### Description
使用redis-cli进行压测
time /opt/redis/redis-src/src/redis-benchmark -a xxx -p 9221 -c 100 -r 500000 -n 1000000 -d 128 -t SET,GET,HSET -l --csv ,(red…
-
Pika does not support aio, but it looks like a much nicer library, and we probably don't need the asyncio bits for ship it's purposes :)
https://github.com/pika/pika
-
Other than examples demonstrating the `exclude` option, I can't seem to find any listing of supported options for `@pika/plugin-standard-pkg`.
Most of the "heavy lifting" is done by the `standard-p…
-
once this is fixed https://github.com/pika/pika/issues/412
``` python
connectivity_errors = (
...
select.error, # XXX: https://github.com/pika/pika/issues/412
)
```
-
Hi, looks like a very detailed and great example. But on taking the TL;DR route -> ```docker-compose up``` both consumer and publisher fail to start with these errors:
```
Traceback (most recent cal…
-
-
Hey!
I'm unable to create/connect to a queue when providing `arguments` to the `channel.declare_queue` method.
If I don't provide any `arguments`, the connection works just fine and I can produ…
-
I have:
* python 3.7.7
* pip 20.2.4
Running
```
pip install pika-stubs
```
Fails with the following error:
```
$ pip install pika-stubs
ERROR: Could not find a version that satisfi…
-
When I add `pika-plugin-minify` to my pika build pipeline I get the following error:
`Error: ENOENT: no such file or directory, open '/Users/marklyck/colony/colony-ui/pkg/dist-types/index.js'`
M…
-
## Issue Description
Currently, the Pika window is a standalone window that can be moved around the screen. However, it would be more convenient if the window could be attached to the menubar like th…