migration of open-etc-friends-pool for use with Etica/EGAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
yuriy0803 d2f14c70be // GetMinerCharts retrieves miner charts from Redis and returns them as []*MinerCharts. // The hashNum parameter determines the maximum number of items to retrieve from the leaderboard. // The login parameter is used as the key to access the leaderboard. // The function also supports optional arguments that can be used to perform deletion operations on the leaderboard. // If the deleteCount argument value is 0, all items in the leaderboard older than 24 hours are removed. // Otherwise, the first deleteCount items are removed from the leaderboard. // The result is a slice of MinerCharts objects representing the retrieved charts. // In case of an error, an error object is returned. 3 years ago
..
server.go // GetMinerCharts retrieves miner charts from Redis and returns them as []*MinerCharts. // The hashNum parameter determines the maximum number of items to retrieve from the leaderboard. // The login parameter is used as the key to access the leaderboard. // The function also supports optional arguments that can be used to perform deletion operations on the leaderboard. // If the deleteCount argument value is 0, all items in the leaderboard older than 24 hours are removed. // Otherwise, the first deleteCount items are removed from the leaderboard. // The result is a slice of MinerCharts objects representing the retrieved charts. // In case of an error, an error object is returned. 3 years ago