This commit is contained in:
2025-08-16 08:28:52 +02:00
parent 7bcb673361
commit ad255a9f51
4 changed files with 265 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ echo "2⃣ Running Comprehensive Redis Integration Tests (13 tests)..."
echo "----------------------------------------------------------------"
cargo test --test redis_integration_tests -- --nocapture
cargo test --test redis_basic_client -- --nocapture
cargo test --test debug_hset -- --nocapture
cargo test --test debug_hset_simple -- --nocapture
echo ""
echo "3⃣ Running All Tests..."