dart_redis_cluster_key_slot

Creator: coderz1093

Last updated:

0 purchases

dart_redis_cluster_key_slot Image
dart_redis_cluster_key_slot Images

Languages

Categories

Add to Cart

Description:

dart redis cluster key slot

Redis Key Slot Calculator #
A high performance Redis cluster key slot calculator.
This also handles key tags such as somekey{actualTag}.
Usage #
import 'package:dart_redis_cluster_key_slot/dart_redis_cluster_key_slot.dart';

void main() {
// Get a slot number.
print(generate('foobar')); // 12325

// With tagging support (tags between '{}').
print(generate('abc{foobar}')); // 12325
}
copied to clipboard






Built and maintained by Invertase.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.