We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0618685 commit e8a6ab6Copy full SHA for e8a6ab6
tests/integration.rs
@@ -679,7 +679,6 @@ fn test_open_key_with_flags() -> Result<()> {
679
// Sleep for 2 seconds, ensure expiration time has passed.
680
thread::sleep(Duration::from_millis(500));
681
682
-
683
// Open key as read only or ReadWrite with NOEFFECTS flag.
684
let res = redis::cmd(cmd).arg(&["x"]).query(&mut con);
685
assert_eq!(res, Ok(()));
0 commit comments