Skip to content

mrkamel/to_hash_key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Generate redis-safe hash keys using SHA1 easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages