(ctx context.Context, number string, value interface{}, expiration time.Duration)
| 14 | GetVCode(ctx context.Context, smsID, number string) (string, error) |
| 15 | StoreVCode(ctx context.Context, smsID, number string, vCode string) error |
| 16 | SetNX(ctx context.Context, number string, value interface{}, expiration time.Duration) (*redis.BoolCmd, error) |
| 17 | Exist(ctx context.Context, number string) bool |
| 18 | Count(ctx context.Context, number string) int |
| 19 | IncrCnt(ctx context.Context, number string) error |
no outgoing calls
no test coverage detected