All Projects → gistao → Redisgo Async

gistao / Redisgo Async

Licence: apache-2.0
RedisGo-Async is a Go client for Redis, both asynchronous and synchronous modes are supported,its API is fully compatible with redigo.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Redisgo Async

Tornadis
async minimal redis client for tornado ioloop designed for performances (use C hiredis parser)
Stars: ✭ 126 (+110%)
Mutual labels:  async, redis
Zapi
基于swoole的异步轻量级api框架,内部封装全套mysql、redis、mongo、memcached异步客户端,可以轻松start、reload、stop,加入数据库的查询模块,框架已经封装好近乎同步写法,底层异步调用。现已支持异步mysql、异步redis、异步http请求.
Stars: ✭ 245 (+308.33%)
Mutual labels:  async, redis
Async Redis
First class async & promise support for redis.
Stars: ✭ 128 (+113.33%)
Mutual labels:  async, redis
Redis
Async Redis Client for PHP based on Amp.
Stars: ✭ 107 (+78.33%)
Mutual labels:  async, redis
Fennel
A task queue library for Python and Redis
Stars: ✭ 24 (-60%)
Mutual labels:  async, redis
Tedis
redis client with typescript and esnext for nodejs
Stars: ✭ 109 (+81.67%)
Mutual labels:  async, redis
Mobc
A generic connection pool for Rust with async/await support
Stars: ✭ 141 (+135%)
Mutual labels:  async, redis
Zhttp
基于swoole的异步轻量级web框架,内部封装协程异步非阻塞全套mysql、redis、mongo、memcached连接池,可以轻松start、reload、stop,加入数据库的查询模块,框架已经封装好近乎同步写法,底层异步调用
Stars: ✭ 131 (+118.33%)
Mutual labels:  async, redis
Arq
Fast job queuing and RPC in python with asyncio and redis.
Stars: ✭ 695 (+1058.33%)
Mutual labels:  async, redis
Groupco
PHP的服务化框架。适用于Api、Http Server、Rpc Server;帮助原生PHP项目转向微服务化。出色的性能与支持高并发的协程相结合
Stars: ✭ 473 (+688.33%)
Mutual labels:  async, redis
Fastapi Plugins
FastAPI framework plugins
Stars: ✭ 104 (+73.33%)
Mutual labels:  async, redis
Spring Boot
spring-boot 项目实践总结
Stars: ✭ 989 (+1548.33%)
Mutual labels:  async, redis
Memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Stars: ✭ 74 (+23.33%)
Mutual labels:  async, redis
Pyproxy Async
基于 Python Asyncio + Redis 实现的代理池
Stars: ✭ 123 (+105%)
Mutual labels:  async, redis
Predis Async
Asynchronous PHP client library for Redis built on top of ReactPHP
Stars: ✭ 354 (+490%)
Mutual labels:  async, redis
Yii2 Queue
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
Stars: ✭ 977 (+1528.33%)
Mutual labels:  async, redis
Rq
Simple job queues for Python
Stars: ✭ 8,065 (+13341.67%)
Mutual labels:  async, redis
Zaneperfor
前端性能监控系统,消息队列,高可用,集群等相关架构
Stars: ✭ 1,085 (+1708.33%)
Mutual labels:  redis
Gaia
C++ framework for rapid server development
Stars: ✭ 58 (-3.33%)
Mutual labels:  async
Ea Async
EA Async implements async-await methods in the JVM.
Stars: ✭ 1,085 (+1708.33%)
Mutual labels:  async

RedisGo-Async

GoDoc

Features

asynchronous(only one connection)

synchronous(connection pool)

Installation

Install RedisGo-Async using the "go get" command:

go get github.com/gistao/RedisGo-Async/redis

The Go distribution is RedisGo-Async's only dependency.

Benchmark Test

bench report

Related Projects

Contributing

License

RedisGo-Async is available under the Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].