高效的异步 redis 客户端 aredis

码农软件 · 软件分类 · 网站客户端 · 2019-04-28 16:57:12

软件介绍

aredis 是一款基于 Python 3.5 及以上的 redis 客户端,利用了 Python 提供的协程及事件循环来避免在 redis 操作上等待多余的 io,使代码运行得更加迅速。

aredis 的优势在于其 api 部分沿袭了 redis-py 的 api 设计,迁移代码非常方便。并且其效率相较于既有的异步 redis-client 也有其优势。

本文地址:https://codercto.com/soft/d/4584.html

Programming Concurrency on the JVM

Programming Concurrency on the JVM

Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00

Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具