Skip to content

nxtgo/jupidis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupidis

simple redis server implementation written in go.

commands

active checkbox means the command is implemented into jupidis.

general

  • command
  • ping
  • flush
  • del
  • exists
  • keys
  • type
  • expire
  • pexpire
  • ttl
  • pttl
  • persist
  • rename
  • renamenx
  • save
  • bgsave
  • lastsave
  • info
  • config get
  • config set
  • dbsize
  • flushdb
  • flushall
  • randomkey
  • dump
  • restore
  • memory usage
  • scan
  • sscan
  • hscan
  • zscan

strings

  • append
  • get
  • set
  • incr
  • incrby
  • decr
  • decrby
  • mget
  • mset
  • strlen
  • getset
  • getrange
  • setrange

hashes

  • hget
  • hgetall
  • hset
  • hdel
  • hexists
  • hkeys
  • hvals
  • hlen
  • hmget
  • hmset

lists

  • lpush
  • rpush
  • lpop
  • rpop
  • llen
  • lrange
  • lindex
  • lset
  • lrem

sets

  • sadd
  • srem
  • smove
  • scard
  • sismember
  • smembers
  • smismember
  • sunion
  • sunionstore
  • sinter
  • sinterstore
  • sdiff
  • sdiffstore
  • spop
  • srandmember

sorted sets

  • zadd
  • zcard
  • zrange
  • zrevrange
  • zrem
  • zscore
  • zincrby
  • zrangebyscore
  • zrevrangebyscore
  • zunionstore
  • zinterstore

pub/sub

  • publish
  • subscribe
  • unsubscribe
  • psubscribe
  • punsubscribe

JSON

  • json.del
  • json.forget
  • json.get
  • json.mget
  • json.set
  • json.merge
  • json.type
  • json.numincrby
  • json.nummultby
  • json.strappend
  • json.strlen
  • json.arrappend
  • json.arrindex
  • json.arrinsert
  • json.arrlen
  • json.arrpop
  • json.arrtrim
  • json.objkeys
  • json.objlen
  • json.toggle
  • json.clear
  • json.debug
  • json.resp

license

CC0 1.0

About

redis server written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages