C# Class spa.Plugins.RedisPlugin

Afficher le fichier Open project: yuzd/Spa

Méthodes publiques

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

Method Details

RedisPlugin() public méthode

public RedisPlugin ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

get() public méthode

public get ( string key ) : string
key string
Résultat string

set() public méthode

public set ( string key, string vaue, int senconds = -1 ) : void
key string
vaue string
senconds int
Résultat void