|
nrate
Networked Ratings API
Networked Ratings (nrate)nsdci/dcicommon/nrate.c IntroductionThe Networked Ratings API (nrate) keeps track of counts and totals and determines the average to a given precision. The API is only exposed when properly configured. See the "Configuration" section for more information. Additional Reading: rpc TCL APIThe API is only exposed when properly configured. nrates.* commands are only available on the nrate server, and nratec.* commands are only available on the client. nrates.findUsed to return a list of keys in the nrate database file. If a pattern is given glob-style patten matching is used. Server only. nrates.find ?pattern?
-------------------------------------------------------------------------------- nrates.backupBackup the nrate database file. Relative file paths are relative to the server's $home directory. nrates.backup backupFile ?maxroll?
-------------------------------------------------------------------------------- nrates.databaseReturns the path to the nrate databse file. nrates.database
-------------------------------------------------------------------------------- nrates.deletenrates.debug, nratec.debugUsed to retrieve the current debug value, or to set a new debug value. nrates.debug ?boolean? , nratec.debug ?boolean?
-------------------------------------------------------------------------------- nrates.addConfigurationBest Practices |
Sign in to add a comment
