国内公共DNS

Posted by 夏泽民

腾讯 DNS:119.29.29.29、182.254.116.116



socketio

Posted by 夏泽民

https://github.com/socketio/engine.io https://github.com/socketio/socket.io-redis-adapter https://github.com/socketio/socket.io-client https://github.com/Terry-Mao/goim



redcon miniredis

Posted by 夏泽民

https://github.com/tidwall/redcon Create a Fast custom Redis compatible server in Go Simple interface. One function ListenAndServe and two types Conn & Command Support for pipelining and telnet commands Works with Redis clients such as redigo, redis-py, node_redis, and jedis TLS Support Compatible pub/sub support Multithreaded



netpoller

Posted by 夏泽民

Go 基于 I/O multiplexing 和 goroutine scheduler 构建了一个简洁而高性能的原生网络模型(基于 Go 的 I/O 多路复用 netpoller ),提供了 goroutine-per-connection 这样简单的网络编程模式。在这种模式下,开发者使用的是同步的模式去编写异步的逻辑,极大地降低了开发者编写网络应用时的心智负担,且借助于 Go runtime scheduler 对 goroutines 的高效调度,这个原生网络模型不论从适用性还是性能上都足以满足绝大部分的应用场景。



ES中的动态映射和动态模板

Posted by 夏泽民

动态映射虽然灵活,但有时候又想明确数据结构,因为不是所有字段都需要被存储,此时可以配置索引的 dynamic 选项,有三个可选值:



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required