gitea/modules/nosql
wxiaoguang 4f27c28947
Remove legacy `unknwon/com` package ()
Follows: 
* The `CopyDir` is only used inside test code
* Rewrite `ToSnakeCase` with more test cases
* The `RedisCacher` only put strings into cache, here we use internal `toStr` to replace the legacy `ToStr`
* The `UniqueQueue` can use string as ID directly, no need to call `ToStr`
..
leveldb.go Allow common redis and leveldb connections ()
manager.go Remove legacy `unknwon/com` package ()
manager_leveldb.go Add Goroutine stack inspector to admin/monitor ()
manager_redis.go Add Goroutine stack inspector to admin/monitor ()
manager_redis_test.go Add Redis Sentinel Authentication Support ()
redis.go format with gofumpt ()
redis_test.go Allow common redis and leveldb connections ()