All Projects → gomodule → Redigo

gomodule / Redigo

Licence: apache-2.0
Go client for Redis

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Redigo

Redisgo Async
RedisGo-Async is a Go client for Redis, both asynchronous and synchronous modes are supported,its API is fully compatible with redigo.
Stars: ✭ 60 (-99.32%)
Mutual labels:  redis
Redis Sentinel Docker
Dockerfile for Redis Sentinel
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
Video Transcode Queue
A sample video upload platform as a kubernetes cluster (WIP)
Stars: ✭ 66 (-99.25%)
Mutual labels:  redis
Coyote
4programmers.net
Stars: ✭ 61 (-99.31%)
Mutual labels:  redis
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
Claudb
ClauDB is a REDIS implementation in Java
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
Goredis
redis client for golang
Stars: ✭ 59 (-99.33%)
Mutual labels:  redis
Parabol
Free online agile retrospective meeting tool
Stars: ✭ 1,145 (-86.96%)
Mutual labels:  redis
Redis Demo
spring boot高并发秒杀测试
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
Zanredisdb
Yet another distributed kvstore support redis data and index. moved to: https://github.com/youzan/ZanRedisDB
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
X Springboot
X-SpringBoot是一个轻量级的Java快速开发平台,能快速开发项目并交付【接私活利器】
Stars: ✭ 1,117 (-87.28%)
Mutual labels:  redis
Qutee
PHP Background Jobs (Tasks) Manager
Stars: ✭ 63 (-99.28%)
Mutual labels:  redis
Yii2 Async
Provides translucent api & queues for moving large tasks out of request context with SQL, Redis or AMQP.
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
Goods Seckill
高性能电商秒杀解决方案,redis预减库存,消息队列异步下单,订单防重,订单防刷,秒杀接口地址隐藏,数学公式验证码
Stars: ✭ 61 (-99.31%)
Mutual labels:  redis
Kong Plugin Response Cache
A Kong plugin that will cache responses in redis
Stars: ✭ 66 (-99.25%)
Mutual labels:  redis
Go Todo
微信小程序 todo后端,采用GoFrame框架搭建,包含微信认证、token管理、发送微信模板消息等
Stars: ✭ 60 (-99.32%)
Mutual labels:  redis
Micropython Stm Lib
A collection of modules and examples for MicroPython running on an STM32F4DISCOVERY board
Stars: ✭ 64 (-99.27%)
Mutual labels:  redis
Mall Learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。
Stars: ✭ 10,236 (+16.53%)
Mutual labels:  redis
Redis Orm
write db yaml once, generate go orm code everywhere.
Stars: ✭ 66 (-99.25%)
Mutual labels:  redis
Eshop Soa
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
Stars: ✭ 65 (-99.26%)
Mutual labels:  redis

Redigo

Build Status GoDoc

Redigo is a Go client for the Redis database.

Features

Documentation

Installation

Install Redigo using the "go get" command:

go get github.com/gomodule/redigo/redis

The Go distribution is Redigo's only dependency.

Related Projects

Contributing

See CONTRIBUTING.md.

License

Redigo 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].