Building Microservices with ASP.NET Core by Kevin Hoffman

Building Microservices with ASP.NET Core by Kevin Hoffman

Author:Kevin Hoffman
Language: eng
Format: epub
Publisher: O'Reilly Media, Inc.
Published: 2017-09-19T04:00:00+00:00


127.0.0.1:6379> KEYS * 1) "0145c13c-0dde-446c-ae8b-405a5fc33c76" 2) "d23d529f-0c1e-470f-a316-403b934b98e9" 3) "58265141-1859-41ef-8dfc-70b1e65e7d83" 4) "26908092-cf9a-4c4f-b667-5086874c6b61" 5) "679c3fdb-e673-4e9d-96dd-9a8388c76cc5" 6) "f5cb73c5-f87c-4b97-b4e6-5319dc4db491" 7) "56195441-168d-4b19-a110-1984f729596e" 8) "49284102-36fd-49e6-a5fa-f622ee3708f1" 9) "a4f4253b-df79-4f79-9eff-5d34a759f914" 10) "d13a6760-8043-408d-9a05-dd220988a655" 127.0.0.1:6379> HGETALL 0145c13c-0dde-446c-ae8b-405a5fc33c76 1) "7284050e-f320-40a5-b739-6a1ab4045768" 2) "{\"MemberID\":\"7284050e-f320-40a5-b739-6a1ab4045768\", \"Location\":{\"Latitude\":40.7141667,\"Longitude\":-74.0063889}}" 3) "2cde3be8-113f-4088-b2ba-5c5fc3ebada8" 4) "{\"MemberID\":\"2cde3be8-113f-4088-b2ba-5c5fc3ebada8\", \"Location\":{\"Latitude\":40.7282,\"Longitude\":-73.7949}}"

There are 10 hash keys displayed. Each of these hash keys is a team that has received at least one member location recorded event. Using the HGETALL command, we can get a list of all of the member location objects for that team.

For the full source code of the integration test that produced this data, take a look at the GitHub repository



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.