RedisDataStore

This represents a Redis datastore for the Bester server's account management system.

Constructors

this
this(string address, ushort port)
Undocumented in source.

Members

Functions

authenticate
bool authenticate(string username, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
createAccount
void createAccount(string username, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
f
void f()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
userExists
bool userExists(string username)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BesterDataStore

createAccount
void createAccount(string username, string password)

Creates a new account with the given username and password.

userExists
bool userExists(string username)

Check if the user, username, exists in the database.

authenticate
bool authenticate(string username, string password)
Undocumented in source.
shutdown
void shutdown()
Undocumented in source.

Meta