1
0
mirror of synced 2025-12-19 03:28:05 +08:00

autocommit

This commit is contained in:
yitter
2021-04-05 23:40:50 +08:00
parent eb4edad7c6
commit 52b68c62b1

View File

@@ -5,10 +5,10 @@ use yitgen::contract::*;
#[macro_use] #[macro_use]
extern crate lazy_static; extern crate lazy_static;
extern crate redis; // extern crate redis;
extern crate libc; extern crate libc;
use redis::Commands; // use redis::Commands;
use libc::{c_char, uint32_t}; use libc::{c_char, uint32_t};
use std::ffi::{CStr, CString}; use std::ffi::{CStr, CString};