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.
A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.
The main features of rueian/rueidis are: Database Drivers, Database Tools.
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…
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
Microsoft SQL server driver written in go language
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