Key | Value |
---|---|
FileName | ./opt/rh/rh-redis5/root/usr/share/doc/rh-redis5-redis-5.0.5/CONTRIBUTING |
FileSize | 2381 |
MD5 | A271A63166DD6752523E861A782A0AC6 |
SHA-1 | 36B66B9464A3C60ABD20B8E2434E8AF5440EFB65 |
SHA-256 | 9A8CDDD15C3AD9C4C80C7797BD1FF35E356FA0B13FAD300D980E9DF3B3BBBF7E |
SSDEEP | 48:EJbwtoFFeqhEU1AsryqZbj7WwaAgRC9BH1+HlUJjg2eR:4wCq1JsZjHaABH1eawR |
TLSH | T1E141A4DFA68443B55B1004A073CB93EDA70EA1AC732034BA68248198733ABA68837384 |
hashlookup:parent-total | 25 |
hashlookup:trust | 100 |
The searched file hash is included in 25 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 3D82661036FDAEA5E9C4249DCC96C5E6 |
PackageArch | aarch64 |
PackageDescription | Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also. |
PackageMaintainer | luigiwalser <luigiwalser> |
PackageName | redis |
PackageRelease | 1.1.mga7 |
PackageVersion | 5.0.9 |
SHA-1 | 0047D142779DF23095DA6022957652831B6642F5 |
SHA-256 | D36E424D596561C0777C0AF3298EE95D9BCB6454756CF59A6DB45A7A5F293A49 |
Key | Value |
---|---|
MD5 | DA3AA091459FE6D90B60288972341FB5 |
PackageArch | x86_64 |
PackageDescription | redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. |
PackageName | redis |
PackageRelease | lp151.1.7 |
PackageVersion | 5.0.5 |
SHA-1 | 05A3590A1F2D8CCAF8E96EFFC84EE50149BB73E7 |
SHA-256 | 26938FA5072B0DA1EB1FB719DEE8D468943C18F5B9409E845E2665D24EA9561F |
Key | Value |
---|---|
MD5 | 428DC5182614F46C41749A4F7384D884 |
PackageArch | i586 |
PackageDescription | redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. |
PackageName | redis |
PackageRelease | 2.2 |
PackageVersion | 6.0.5 |
SHA-1 | 17CC3994FC5DFE143A1B93985F61E8156904A6B4 |
SHA-256 | 667A2BA11A84A912718245D4619D1343230D2EBC4CEBBC0B6671A4FE5E1FCDFB |
Key | Value |
---|---|
MD5 | EF0962471DF3733E42572E3636956B37 |
PackageArch | x86_64 |
PackageDescription | redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. |
PackageName | redis |
PackageRelease | lp150.4.1 |
PackageVersion | 5.0.7 |
SHA-1 | 1F92253B1D4C333368D1750DFED74D2EF5203463 |
SHA-256 | FADC1FF0C610C1FECCC7F36B11AED6E9D82C8A7C69C61A09A5045E337F1E4E77 |
Key | Value |
---|---|
MD5 | 1F1190E9EAF828532C268D82DC4BBCF4 |
PackageArch | x86_64 |
PackageDescription | redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | redis |
PackageRelease | lp152.1.1 |
PackageVersion | 6.0.4 |
SHA-1 | 2BCF88E552B2E01B0CED7F4598EE14E50189C9DB |
SHA-256 | 55E19087360BD2AB9D9C38C5D3F9E87903DFE29FC6DB8E54B44819B31B515445 |
Key | Value |
---|---|
MD5 | 947A43F313CF396A2ECBAB160C89935C |
PackageArch | x86_64 |
PackageDescription | Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also. |
PackageMaintainer | luigiwalser <luigiwalser> |
PackageName | redis |
PackageRelease | 1.1.mga7 |
PackageVersion | 5.0.9 |
SHA-1 | 2BD2CE590CDFBF3BF7A15F0CF7F779107A7AFB00 |
SHA-256 | 7B86E5BA3CC7F550790E99D8E0BBE348B14C74AFBA5344E534663758E243D03B |
Key | Value |
---|---|
MD5 | 80674A809463A1FFAC08B315712F0B3B |
PackageArch | s390x |
PackageDescription | redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. |
PackageName | redis |
PackageRelease | 1.13 |
PackageVersion | 6.0.1 |
SHA-1 | 3BEFA4C323F1D527EFD8315354718D906F6AC5D0 |
SHA-256 | F9D99DF5A960468A0E3D8B6AB5D95F387404833CA6A0FEAAB013CBF16E2E9E2C |
Key | Value |
---|---|
MD5 | 466F19C7001226A0A906150C717BDCDB |
PackageArch | x86_64 |
PackageDescription | Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also. Documentation: http://redis.io/documentation |
PackageMaintainer | CBS <cbs@centos.org> |
PackageName | rh-redis5-redis |
PackageRelease | 3.el7 |
PackageVersion | 5.0.5 |
SHA-1 | 3F3C493745EC75EB5F91BAE982F879817422C643 |
SHA-256 | 9D62C1401D8D1B96E790BFDD446D7811DD643C7A8016C909AE214302E9CCED7A |
Key | Value |
---|---|
MD5 | 76B0FA5147F71FBE6C9B860DF6EEEBBA |
PackageArch | x86_64 |
PackageDescription | redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. |
PackageName | redis |
PackageRelease | 1.34 |
PackageVersion | 5.0.5 |
SHA-1 | 3F8532E2644AA7236316E7D4910E99114B9992B1 |
SHA-256 | 202F9C644E7E7CA6FEB92409562DA4807B4CDEC0B3C00F1E4B2D18CABFDDF390 |
Key | Value |
---|---|
MD5 | 2D502FBCDC9A70C9DB2C9805717E2944 |
PackageArch | armv7hl |
PackageDescription | Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also. |
PackageMaintainer | kekepower <kekepower> |
PackageName | redis |
PackageRelease | 1.mga7 |
PackageVersion | 5.0.9 |
SHA-1 | 407DA6DE8B597140D7AC4E90FE0A2FE2F8CE0A65 |
SHA-256 | 50F3E16F0F70D57F499C9F7BE74AA0F0993734B9381D7355707EA8BD1C4E6B79 |