Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.9% on proxy.golang.org
Top 5.5% forks on proxy.golang.org

proxy.golang.org : github.com/alibaba-go/bluto

Package bluto is redis library wrapper over redigo which adds type safety, chained commands and managed connection pool which makes it easier for developers to use the library and reduce runtime bugs. bluto instance is completely thread-safe which means you can pass bluto objects to different goroutines without race condition, it also automatically returns finished connections to connection pool. pool also supports config for connections like timeout and health-check for better management. commander is borrowed from bluto instance which can be used to chain multiple commands together and run all of them with commit. This chaining reduces the time when the connection is kept so it improves the pool connection reuse latency.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/alibaba-go/bluto
Keywords: go, golang, redigo, redis, redis-client
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Namespace: github.com/alibaba-go
Stars: 7 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago

    Loading...
    Readme
    Loading...