Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrkamel/to_hash_key

Generate redis-safe hash keys using SHA1 easily
https://github.com/mrkamel/to_hash_key

Last synced: 23 days ago
JSON representation

Generate redis-safe hash keys using SHA1 easily

Awesome Lists containing this project

README

        

# to_hash_key

Generate redis-safe hash keys using SHA1 easily


irb> "test".to_hash_key
=> "5006d6f8302000e8b87fef5c50c071d6d97b4e88"
irb> "test".to_hash_key "test"
=> "test_5006d6f8302000e8b87fef5c50c071d6d97b4e88"