C# Class spa.Plugins.RedisPlugin

Mostrar archivo Open project: yuzd/Spa

Public Methods

Method Description
RedisPlugin ( string name ) : System.Collections.Generic
get ( string key ) : string
set ( string key, string vaue, int senconds = -1 ) : void

Method Details

RedisPlugin() public method

public RedisPlugin ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

get() public method

public get ( string key ) : string
key string
return string

set() public method

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