This commit is contained in:
2025-09-18 06:30:26 +02:00
parent 9011f5b4c8
commit 6be418f8cb
4 changed files with 100 additions and 82 deletions

View File

@@ -34,7 +34,7 @@ pub fn test_get(url_ RedisURL) !&Redis {
url = RedisURL{
address: url_.address
port: url_.port
db: 31
db: 15
}
}
return core_get(url)!