You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
declare module 'cluster-key-slot' {
|
|
export default function calculateSlot(key: string): number;
|
|
}
|