Redis client using VB.NET
APPENDappend a value to a keyDELdelete a keyDUMPget a serialized version of the value of a keyECHOecho the given stringEXISTSdetermine if a key existsEXPIREsets a key's time to live in secondsEXPIREATsets a key's time to live in UNIX timestampGETget the value of a keyPEXPIREsets the expiration of the key in millisecondsPEXPIREATsets the expiration of the key in UNIX timestampPINGping the serverSETset the string value of a keyTIMEreturn the current server time