awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rueian avatar

rueian/rueidis

0
View on GitHub↗
2,952 stars·248 forks·Go·Apache-2.0·9 views

Rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.

Features

  • Database Drivers - High-performance Redis client with auto-pipelining.
  • Database Tools - Redis client library.

Star history

Star history chart for rueian/rueidisStar history chart for rueian/rueidis

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does rueian/rueidis do?

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.

What are the main features of rueian/rueidis?

The main features of rueian/rueidis are: Database Drivers, Database Tools.

Which projects share features with rueian/rueidis?

Projects with overlapping indexed features include: go-sql-driver/mysql — This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications… lib/pq — pq is a PostgreSQL driver for Go that implements the standard database/sql interface. It serves as a connection… denisenkom/go-mssqldb — Microsoft SQL server driver written in go language. globalsign/mgo — The MongoDB driver for Go. gomodule/redigo — Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and… mattn/go-sqlite3 — This project is a Go language driver for the SQLite database. It provides a relational database interface and a Cgo…

Projects sharing features with Rueidis

These projects share indexed features with Rueidis. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • globalsign/mgoglobalsign avatar

    globalsign/mgo

    1,966View on GitHub↗

    The MongoDB driver for Go

    Gogolangmongodb
    View on GitHub↗1,966
  • go-sql-driver/mysqlgo-sql-driver avatar

    go-sql-driver/mysql

    15,424View on GitHub↗

    This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications to interact with relational database management systems. It implements the standard database interface, allowing developers to manage persistent connections, execute queries, and handle transactions within their applications. The driver functions by translating high-level database commands into the specific binary packet format required for communication with MySQL servers. It manages network sessions through a connection pooling mechanism and supports context-aware query cance

    Godatabasegomariadb
    View on GitHub↗15,424
  • denisenkom/go-mssqldbdenisenkom avatar

    denisenkom/go-mssqldb

    1,884View on GitHub↗

    Microsoft SQL server driver written in go language

    Go
    View on GitHub↗1,884
  • gomodule/redigogomodule avatar

    gomodule/redigo

    9,860View on GitHub↗

    Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and interact with Redis data stores. The library includes a connection pool manager to maintain a cache of reusable open connections and a pipelining tool that groups multiple commands into a single network round-trip to increase throughput and reduce latency. It also provides an implementation for broadcasting events and receiving real-time messages through Redis communication channels. The project covers broader capability areas including remote scripting for executing logic o

    Gogoredis
    View on GitHub↗9,860
Compare all 30 related projects→