C# 클래스 spa.Plugins.RedisPlugin

파일 보기 프로젝트 열기: yuzd/Spa

공개 메소드들

메소드 설명
RedisPlugin ( string name ) : System.Collections.Generic
get ( string key ) : string
set ( string key, string vaue, int senconds = -1 ) : void

메소드 상세

RedisPlugin() 공개 메소드

public RedisPlugin ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

get() 공개 메소드

public get ( string key ) : string
key string
리턴 string

set() 공개 메소드

public set ( string key, string vaue, int senconds = -1 ) : void
key string
vaue string
senconds int
리턴 void