Skip to content

hishamco/vRedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vRedis

Redis client using VB.NET

Supported Commands:

  • APPEND append a value to a key
  • DEL delete a key
  • DUMP get a serialized version of the value of a key
  • ECHO echo the given string
  • EXISTS determine if a key exists
  • EXPIRE sets a key's time to live in seconds
  • EXPIREAT sets a key's time to live in UNIX timestamp
  • GET get the value of a key
  • PEXPIRE sets the expiration of the key in milliseconds
  • PEXPIREAT sets the expiration of the key in UNIX timestamp
  • PING ping the server
  • SET set the string value of a key
  • TIME return the current server time

About

Redis client using VB.NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •