cache

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetContractName added in v0.3.0

func GetContractName(ctx context.Context, contractAddress common.Address) (string, error)

func GetENSName added in v0.0.16

func GetENSName(ctx context.Context, walletAddress common.Address) (string, error)

func GetFloor added in v0.3.0

func GetFloor(ctx context.Context, address common.Address) (float64, error)

func GetSalira added in v0.3.0

func GetSalira(ctx context.Context, address common.Address) (float64, error)

func NewRedisClient added in v0.0.10

func NewRedisClient(ctx context.Context) *redis.Client

func NotificationLock added in v0.3.2

func NotificationLock(ctx context.Context, txID common.Hash) (bool, error)

NotificationLock implements a lock to prevent sending multiple notifications for the same event see https://redis.io/docs/manual/patterns/distributed-locks/#correct-implementation-with-a-single-instance

func ReleaseNotificationLock added in v0.3.2

func ReleaseNotificationLock(ctx context.Context, contractAddress common.Address) (string, error)

func StoreBlurSlug added in v0.2.0

func StoreBlurSlug(ctx context.Context, contractAddress common.Address, slug string)

func StoreContractName added in v0.3.0

func StoreContractName(ctx context.Context, contractAddress common.Address, contractName string)

func StoreENSName added in v0.2.0

func StoreENSName(ctx context.Context, walletAddress common.Address, ensName string)

names.

func StoreFloor added in v0.3.0

func StoreFloor(ctx context.Context, address common.Address, value float64)

numbers.

func StoreOSSlug added in v0.2.0

func StoreOSSlug(ctx context.Context, contractAddress common.Address, slug string)

slugs.

func StoreSalira added in v0.3.0

func StoreSalira(ctx context.Context, address common.Address, value float64)

Types

type GbCache added in v0.0.9

type GbCache struct {
	// contains filtered or unexported fields
}

func New added in v0.0.9

func New(ctx context.Context) *GbCache

func (*GbCache) CacheCollectionName added in v0.0.9

func (c *GbCache) CacheCollectionName(collectionAddress common.Address, collectionName string)

func (*GbCache) CacheENSName added in v0.0.9

func (c *GbCache) CacheENSName(walletAddress common.Address, ensName string)

func (*GbCache) GetCollectionName added in v0.0.9

func (c *GbCache) GetCollectionName(collectionAddress common.Address) (string, error)

func (*GbCache) GetENSName added in v0.0.9

func (c *GbCache) GetENSName(walletAddress common.Address) (string, error)

func (*GbCache) GetRDB added in v0.0.9

func (c *GbCache) GetRDB() *redis.Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL