Versions in this module Expand all Collapse all v0 v0.2.91 Dec 5, 2020 Changes in this version + func AutoSyncInterval(d time.Duration) store.Option + func ClientContext(ctx context.Context) store.Option + func DialKeepAliveTime(d time.Duration) store.Option + func DialKeepAliveTimeout(d time.Duration) store.Option + func DialOptions(opts []grpc.DialOption) store.Option + func DialTimeout(d time.Duration) store.Option + func MaxCallRecvMsgSize(size int) store.Option + func MaxCallSendMsgSize(size int) store.Option + func NewStore(opts ...store.Option) store.Store + func Password(p string) store.Option + func PermitWithoutStream(b bool) store.Option + func RejectOldCluster(b bool) store.Option + func TLS(conf *cryptotls.Config) store.Option + func Username(u string) store.Option