Files
scylladb/redis
Etienne Adam 63a1a4cbb9 redis: add hgetall and hdel commands
This patch adds support for 2 hash commands HDEL and HGETALL.

Internally it introduces the hashes_result_builder class to
read hashes and stored them in a std::map.

Other changes:
  - one exception return string was fixed
  - tests now use pytest.raises

Signed-off-by: Etienne Adam <etienne.adam@gmail.com>
Message-Id: <20200907202528.4985-1-etienne.adam@gmail.com>
2020-09-08 11:59:52 +03:00
..
2019-11-20 04:55:56 +08:00
2019-11-20 04:55:56 +08:00
2019-11-20 04:55:56 +08:00
2020-04-13 10:46:45 +09:00
2020-03-22 13:16:20 +02:00
2019-11-20 04:55:56 +08:00
2020-03-03 11:34:00 +01:00
2019-11-20 04:55:56 +08:00
2019-11-20 04:55:56 +08:00
2020-09-08 11:59:52 +03:00
2019-11-20 04:55:56 +08:00
2019-11-20 04:55:56 +08:00
2019-11-20 04:55:56 +08:00
2019-11-20 04:55:56 +08:00
2020-03-22 13:16:20 +02:00