Top 3.4% dependent packages on proxy.golang.org
Top 1.1% dependent repos on proxy.golang.org
Top 1.4% docker downloads on proxy.golang.org
proxy.golang.org : gitea.com/lunny/nodb
package nodb is a high performance embedded NoSQL. nodb supports various data structure like kv, list, hash and zset like redis. Other features include binlog replication, data with a limited time-to-live. First create a nodb instance before use: cfg is a Config instance which contains configuration for nodb use, like DataDir (root directory for nodb working to store data). After you create a nodb instance, you can select a DB to store you data: DB must be selected by a index, nodb supports only 16 databases, so the index range is [0-15]. KV is the most basic nodb type like any other key-value database. List is simply lists of values, sorted by insertion order. You can push or pop value on the list head (left) or tail (right). Hash is a map between fields and values. ZSet is a sorted collections of values. Every member of zset is associated with score, a int64 value which used to sort, from smallest to greatest score. Members are unique, but score may be same. nodb supports binlog, so you can sync binlog to another server for replication. If you want to open binlog support, set UseBinLog to true in config.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/gitea.com/lunny/nodb
License: MIT
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: gitea.com/lunny
Dependent packages: 3
Dependent repositories: 23
Stars: 2 on Gitea.com
Forks: 1 on Gitea.com
Docker dependents: 1
Docker downloads: 236
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago
gitea.com/tango/session-nodb v0.0.0-20230420015839-be2e2aa65942
nodb store for session2 versions - Latest release: about 2 years ago - 1 stars on Gitea.com
gitea.com/macaron/session v0.0.0-20201130021430-b75a2352013f
Package session a middleware that provides the session management of Macaron.1 version - Latest release: over 4 years ago - 35 dependent packages - 38 dependent repositories - 2 stars on Gitea.com
Check this option to include packages that no longer depend on this package in their latest version but previously did.