vipshop/vire
Multithread redis
1 Releases
Latest: 9y ago
1.0.0 release1.0.0Latest
๐ Changes
- multi-threads support.
- command type CONNECTION supported: ping,quit,echo,select,auth,admin.
- command type SERVER supported: info,flushall,flushdb,time,dbsize,command,config,client,slowlog.
- command type KEY supported: del,exists,ttl,pttl,expire,expireat,pexpire,pexpireat,persist,randomkey,type,keys,scan,object.
- command type STRING supported: get,set,setnx,setex,psetex,incr,decr,incrby,decrby,append,strlen,getset,incrbyfloat,setbit,getbit,setrange,getrange,bitcount,bitpos,mget,mset.
- command type HASH supported: hset,hget,hlen,hdel,hexists,hkeys,hvals,hgetall,hincrby,hincrbyfloat,hmget,hmset,hsetnx,hstrlen,hscan.
- command type LIST supported: rpush,lpush,lrange,rpop,lpop,llen,lrem,ltrim,lindex,lset.
- command type SET supported: sadd,smembers,scard,srem,spop,sismember,sscan,sunion,sunionstore,sdiff,sdiffstore,sinter,sinterstore.
- + 6 more
