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 c4cb415 commit 9e93dd8Copy full SHA for 9e93dd8
examples/bulk.rs
@@ -9,7 +9,7 @@ async fn main() -> anyhow::Result<()> {
9
10
// db.select("demo").await?;
11
12
- for i in 0..500 {
+ for i in 0.. {
13
println!("NOW: {:?}", i);
14
db.setex(&i.to_string(), DataValue::Number(i as f64), 0).await.unwrap();
15
}
0 commit comments