Skip to content

dmtrbrlkv/otus_python_hw_12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loading data into memcache

Requirements

protobuf

go get -u github.com/golang/protobuf/protoc-gen-go

memcache

go get memcache

Compiling

go build

Run

./memcache

Usage:

-adid string

    adid memcache address
      
-dvid string
  
    dvid memcache address
      
-gaid string
  
    gaid memcache address
      
-idfa string
  
    idfa memcache address
      
-p string
  
    log file pattern

-c int

    chanel size (default 3000000)
    
-b int
   
    buffer size (default 0)
    
-t int
         
    memcache timeout (default 30)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages