Skip to content

Commit

Permalink
feat!: change default namespace to 'default'
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoliaots committed Feb 18, 2022
1 parent 0009f2b commit 3849b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cluster/cluster.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const CLUSTER_INTERNAL_OPTIONS = Symbol();

export const CLUSTER_CLIENTS = Symbol();

export const DEFAULT_CLUSTER_NAMESPACE = Symbol('default');
export const DEFAULT_CLUSTER_NAMESPACE = 'default';

export const CLUSTER_MODULE_ID = 'ClusterModule';

Expand Down
2 changes: 1 addition & 1 deletion lib/redis/redis.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const REDIS_INTERNAL_OPTIONS = Symbol();

export const REDIS_CLIENTS = Symbol();

export const DEFAULT_REDIS_NAMESPACE = Symbol('default');
export const DEFAULT_REDIS_NAMESPACE = 'default';

export const REDIS_MODULE_ID = 'RedisModule';

Expand Down

0 comments on commit 3849b48

Please sign in to comment.