You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/core/stores/redis
CrazyZard a7bd993c0c
commit missing method for redis (#1325)
* commit `decr ` `decrby` `lindex` missing method for redis

* fix(store_test):TestRedis_DecrBy

* add unit tests for redis commands. And put the functions in alphabetical order

* put the functions in alphabetical order

* add `lindex` unit test

* sort func
3 years ago
..
redistest chore: replace redis.NewRedis with redis.New (#1103) 3 years ago
conf.go feat: slow threshold customizable in sqlx (#1188) 3 years ago
conf_test.go add more tests 4 years ago
process.go feat: slow threshold customizable in redis (#1187) 3 years ago
redis.go commit missing method for redis (#1325) 3 years ago
redis_test.go commit missing method for redis (#1325) 3 years ago
redisblockingnode.go fix golint issues in core/stores (#527) 4 years ago
redisblockingnode_test.go chore: replace redis.NewRedis with redis.New (#1103) 3 years ago
redisclientmanager.go feat: slow threshold customizable in redis (#1187) 3 years ago
redisclustermanager.go feat: slow threshold customizable in redis (#1187) 3 years ago
redislock.go chore: remove unused const (#1224) 3 years ago
redislock_test.go update package reference 4 years ago
scriptcache.go fix golint issues in core/stores (#527) 4 years ago
scriptcache_test.go add more tests for stores (#446) 4 years ago