1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00
Roman Frołow
2020-01-12 14:04:02 +01:00
parent 9c34ded6fd
commit e89687e712
28 changed files with 32 additions and 42 deletions

View File

@ -1,7 +1,6 @@
#[macro_use]
extern crate redis_async;
#[macro_use]
extern crate serde_derive;
use serde::Deserialize;
use actix::prelude::*;
use actix_redis::{Command, RedisActor};