zset

package module
v0.0.0-...-13bba2d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2015 License: MIT Imports: 4 Imported by: 0

README

go-zset

golang的sorted set实现,其中skiplist的实现基本和redis一致(参考https://github.com/xjdrew/lua-zset) 关于持久化可参考https://github.com/Skycrab/cham/blob/master/lib/zset/zset.go 与redis类似,fork后写文件,不同的是redis是rdb格式,我使用的是json格式,由于选择多,在go-zset没有提供。

test

go test

Documentation

Index

Constants

View Source
const DEFAULT_TBL_LEN = 16

Variables

This section is empty.

Functions

func New

func New() *zset

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL