All Projects → Dragonbuf → redis

Dragonbuf / redis

Licence: Apache-2.0 license
go 版本 redis 仿写

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to redis

laya-template
服务基本框架,template
Stars: ✭ 13 (-38.1%)
Mutual labels:  go-redis
redisstore
A Gorilla Sessions Store implementation backed by Redis
Stars: ✭ 46 (+119.05%)
Mutual labels:  go-redis
redismock
Redis client Mock
Stars: ✭ 164 (+680.95%)
Mutual labels:  go-redis
rejonson
Golang Redis Rejson extension built upon go-redis
Stars: ✭ 23 (+9.52%)
Mutual labels:  go-redis

slog

Cirrus CI - Base Branch Build Status Cirrus CI - Task and Script Build Status

介绍

之前使用的都是 redis3.2 的,现在准备根据 redis 5.0 重构这个项目

redis 基本数据结构实现

  • sdshdr(简动态字符串)
  • zskiplist (跳跃表)
  • list (链表)
  • dict (字典)
  • set(整数集合)
  • ziplist(压缩列表)
  • obj 对象

redis 数据结构基本 API

  • sdshdr
    • SdsNewLen
    • SdsFree
    • SdsReqType
    • SdsHdrSize

其他基本数据结构

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].