remove serde_json as it's useless

This commit is contained in:
Marc Planard 2024-08-19 14:46:25 +02:00
parent bc93c35999
commit aeee6b97a3
3 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ use redis::{
use std::thread::sleep;
use std::time::{Duration, Instant};
const SCALE: f32 = 500.0;
const SCALE: f32 = 20.0;
fn do_something() -> redis::RedisResult<()> {
let client = Client::open("redis://127.0.0.1/")?;