We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309c4d7 commit 693ec62Copy full SHA for 693ec62
hydra_agent/classes_objects.py
@@ -169,7 +169,6 @@ def load_from_server(
169
# update the properties of the node
170
node.properties["property_value"] = str(member)
171
# Use faceted index to handle with comparison in properties.
172
- redis_connection.set((endpoint), member)
173
self.faceted_indexing(endpoint, redis_connection, member)
174
class_object_node = node
175
print(class_object_node)
0 commit comments