Skip to content

Commit

Permalink
feat: commit code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrxiaozhuox committed Sep 26, 2021
1 parent c4cb415 commit 9e93dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bulk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async fn main() -> anyhow::Result<()> {

// db.select("demo").await?;

for i in 0..500 {
for i in 0.. {
println!("NOW: {:?}", i);
db.setex(&i.to_string(), DataValue::Number(i as f64), 0).await.unwrap();
}
Expand Down

0 comments on commit 9e93dd8

Please sign in to comment.