askie

Results 22 comments of askie

It's wonderful when diet support socket.io or IPC protocol of router, diet will adapt to develope a electron app!

@frank-dspeed how to use socket.io and use the same router of diet? such as: server code: ```js var server = require('diet') var app = server() app.listen(8000) var io = require('socket.io')(app.server)...

@frank-dspeed my idea just like this : https://github.com/finalclass/socket.io-router

support object will been fine!

It will be great if background service is available.

PHP Fatal error: Uncaught exception 'Iris\NsqToSwoole\Exception\FrameException' with message 'Error/unexpected frame received: {"size":61,"type":1,"error":"E_FIN_FAILED FIN 08eb7f65e3988000 failed ID not in flight"}' in /vendor/iris/nsq_to_swoole/source/Monitor/Consumer.php:97 这种异常不知道如何捕捉 ```script try{ $client = new Iris\NsqToSwoole\Client(700); $client->sub($lookup, $allSiteSameConfig->AENsqQueue,...

DockerFile 文件: ``` FROM alpine:3.10 COPY repositories /etc/apk/repositories ENV TENGINE_VERSION 2.3.3 # nginx: https://git.io/vSIyj RUN rm -rf /var/cache/apk/* && \ rm -rf /tmp/* ENV CONFIG "\ --prefix=/etc/nginx \ --sbin-path=/usr/sbin/nginx \...

是否可以像redis一样,针对单个key设置ttl,过期后这个key的持久化数据会自动清理掉。 上面的命令是统一处理的命令,需要能够兼容redis的过期机制。