C# 클래스 CachingFramework.Redis.LuaScriptResource

Class LuaScriptResource.
파일 보기 프로젝트 열기: thepirat000/CachingFramework.Redis

공개 프로퍼티들

프로퍼티 타입 설명
Bitfield string
GeoAdd string
GeoDist string
GeoHash string
GeoPos string
GeoRadius string
Zadd string

프로퍼티 상세

Bitfield 공개적으로 정적으로 프로퍼티

The bitfield command
public static string Bitfield
리턴 string

GeoAdd 공개적으로 정적으로 프로퍼티

The geo add
public static string GeoAdd
리턴 string

GeoDist 공개적으로 정적으로 프로퍼티

The geo dist
public static string GeoDist
리턴 string

GeoHash 공개적으로 정적으로 프로퍼티

The geo hash
public static string GeoHash
리턴 string

GeoPos 공개적으로 정적으로 프로퍼티

The geo position
public static string GeoPos
리턴 string

GeoRadius 공개적으로 정적으로 프로퍼티

The geo radius
public static string GeoRadius
리턴 string

Zadd 공개적으로 정적으로 프로퍼티

The ZADD command
public static string Zadd
리턴 string